From b45876683120b0f7e7c9a64c94c83e1fee228f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 8 Oct 2010 21:07:09 +0000 Subject: [PATCH] % -> %s --- src/cwc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cwc.c b/src/cwc.c index c2c8e878..a9896cbe 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);