From 845c9315e65df0fb9ae398b1e3459ec99d063e6f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 7 Jan 2001 17:10:02 +0100 Subject: Printing channel number in 'not synced' error message --- dvbapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dvbapi.c b/dvbapi.c index 73c8ad49..90ba4454 100644 --- a/dvbapi.c +++ b/dvbapi.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.c 1.46 2001/01/07 17:02:38 kls Exp $ + * $Id: dvbapi.c 1.47 2001/01/07 17:10:02 kls Exp $ */ #include "dvbapi.h" @@ -2201,7 +2201,7 @@ bool cDvbApi::SetChannel(int ChannelNumber, int FrequencyMHz, char Polarization, } return true; } - esyslog(LOG_ERR, "ERROR: channel not sync'ed (front.sync=%X)!", front.sync); + esyslog(LOG_ERR, "ERROR: channel %d not sync'ed (front.sync=%X)!", ChannelNumber, front.sync); } return false; } -- cgit v1.2.3