]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
% -> %s
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 8 Oct 2010 21:07:09 +0000 (21:07 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 8 Oct 2010 21:07:09 +0000 (21:07 +0000)
src/cwc.c

index c2c8e878e760aaead8c8b7d70a7a53f9a37fd7d1..a9896cbed0a0a8426ef14218bf0322b1577a7c5f 100644 (file)
--- 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);