log which CWC entry we use when starting a transport

This commit is contained in:
Andreas Öman 2010-01-24 22:43:35 +00:00
parent 5518c17b34
commit 702297ecfe

View file

@ -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);
}
}