Add from where we get the keys in the log.
This commit is contained in:
parent
fc1e9ca089
commit
997aeb9791
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue