From 997aeb97912d530f4f2f3045584021fa7a58adad Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Fri, 8 Oct 2010 21:02:26 +0000 Subject: [PATCH] Add from where we get the keys in the log. --- src/cwc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cwc.c b/src/cwc.c index ed2d9cf0..c2c8e878 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;