From: Andreas Ă–man Date: Fri, 8 Oct 2010 21:07:09 +0000 (+0000) Subject: % -> %s X-Git-Tag: 2.12~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45876683120b0f7e7c9a64c94c83e1fee228f2d;p=thirdparty%2Ftvheadend.git % -> %s --- diff --git a/src/cwc.c b/src/cwc.c index c2c8e878e..a9896cbed 100644 --- a/src/cwc.c +++ b/src/cwc.c @@ -728,7 +728,7 @@ handle_ecm_reply(cwc_transport_t *ct, ecm_section_t *es, uint8_t *msg, if(ct->ct_keystate != CT_RESOLVED) tvhlog(LOG_INFO, "cwc", - "Obtained key for for service \"%s\" in %lld ms, from %", + "Obtained key for for service \"%s\" in %lld ms, from %s", t->tht_svcname, delay, ct->ct_cwc->cwc_hostname); pthread_mutex_lock(&t->tht_stream_mutex);