From: leslie Date: Sat, 13 Jun 2009 06:59:01 +0000 (+0800) Subject: write source as text in tune message X-Git-Tag: 0.9.2~14 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=82c3f05172dda9c205196e0c1a9b3eb21be6c676;p=sasc-ng.git write source as text in tune message --- diff --git a/cam.c b/cam.c index 92858ed..36e15f3 100644 --- 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);