log which CWC entry we use when starting a transport
This commit is contained in:
parent
5518c17b34
commit
702297ecfe
1 changed files with 4 additions and 0 deletions
|
@ -1257,6 +1257,10 @@ cwc_transport_start(th_transport_t *t)
|
|||
LIST_INSERT_HEAD(&t->tht_descramblers, td, td_transport_link);
|
||||
|
||||
LIST_INSERT_HEAD(&cwc->cwc_transports, ct, ct_link);
|
||||
|
||||
tvhlog(LOG_DEBUG, "cwc", "%s using CWC %s:%d",
|
||||
transport_nicename(t), cwc->cwc_hostname, cwc->cwc_port);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue