From: Benjamin Larsson Date: Fri, 8 Oct 2010 21:02:26 +0000 (+0000) Subject: Add from where we get the keys in the log. X-Git-Tag: 2.12~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997aeb97912d530f4f2f3045584021fa7a58adad;p=thirdparty%2Ftvheadend.git Add from where we get the keys in the log. --- diff --git a/src/cwc.c b/src/cwc.c index ed2d9cf0b..c2c8e878e 100644 --- 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;