]> www.vanbest.org Git - sasc-ng.git/commitdiff
write source as text in tune message
authorleslie <unknown>
Sat, 13 Jun 2009 06:59:01 +0000 (14:59 +0800)
committerleslie <unknown>
Sat, 13 Jun 2009 06:59:01 +0000 (14:59 +0800)
cam.c

diff --git a/cam.c b/cam.c
index 92858ed436e62d22cb3223a44ec8c299dfb7e569..36e15f3c4f8d2a275373e4d9dfe07f2c871eb24b 100644 (file)
--- a/cam.c
+++ b/cam.c
@@ -1343,7 +1343,7 @@ void cCam::Tune(const cChannel *channel)
   cMutexLock lock(this);
   if(source!=channel->Source() || transponder!=channel->Transponder()) {
     source=channel->Source(); transponder=channel->Transponder();
-    PRINTF(L_CORE_PIDS,"%d: now tuned to source %x transponder %x",cardNum,source,transponder);
+    PRINTF(L_CORE_PIDS,"%d: now tuned to source %x(%s) transponder %x",cardNum,source,*cSource::ToString(source),transponder);
     Stop();
     }
   else PRINTF(L_CORE_PIDS,"%d: tune to same source/transponder",cardNum);