]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add from where we get the keys in the log.
authorBenjamin Larsson <banan@ludd.ltu.se>
Fri, 8 Oct 2010 21:02:26 +0000 (21:02 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Fri, 8 Oct 2010 21:02:26 +0000 (21:02 +0000)
src/cwc.c

index ed2d9cf0b24d74fc4fca1dbc499c61d97a9ee3ab..c2c8e878e760aaead8c8b7d70a7a53f9a37fd7d1 100644 (file)
--- a/src/cwc.c
+++ b/src/cwc.c
@@ -728,8 +728,8 @@ 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",
-            t->tht_svcname, delay);
+            "Obtained key for for service \"%s\" in %lld ms, from %",
+            t->tht_svcname, delay, ct->ct_cwc->cwc_hostname);
     
     pthread_mutex_lock(&t->tht_stream_mutex);
     ct->ct_keystate = CT_RESOLVED;