From 3bdf08d44f558f934b0995e2f2943f0b65ff226b Mon Sep 17 00:00:00 2001 From: max_10 Date: Sun, 15 Mar 2015 18:15:46 +0100 Subject: [PATCH] fix libspark/playback_libeplayer3: switch to lt_info/lt_debug Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/5154d69a3058a91f4375fa37a9d7d95e51e3b1fc Author: max_10 Date: 2015-03-15 (Sun, 15 Mar 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/playback_libeplayer3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libspark/playback_libeplayer3.cpp b/libspark/playback_libeplayer3.cpp index e7bca74..1acf0da 100644 --- a/libspark/playback_libeplayer3.cpp +++ b/libspark/playback_libeplayer3.cpp @@ -360,7 +360,6 @@ void cPlayback::FindAllSubs(uint16_t * /*pids*/, unsigned short * /*supp*/, uint bool cPlayback::SelectSubtitles(int /*pid*/) { - lt_info("%s pid %d\n", __func__, pid); return false; }