Lines Matching refs:debug
168 log::debug!("resolving {}", config.stun_serv_addr); in new()
173 log::debug!("stunServ: {}", stun_serv); in new()
180 log::debug!("resolving {}", config.turn_serv_addr); in new()
185 log::debug!("turnServ: {}", turn_serv); in new()
231 log::debug!("exiting read loop: {}", err); in listen()
236 log::debug!("received {} bytes of udp from {}", n, from); in listen()
248 log::debug!("exiting read loop: {}", err); in listen()
331 log::debug!("data indication received from {}", from); in handle_stun_message()
349 log::debug!("no transaction for {}", msg); in handle_stun_message()
366 log::debug!("no listener for msg.raw {:?}", data); in handle_stun_message()
406 log::debug!("read_ch_tx_opt = {}", read_ch_tx_opt.is_some()); in handle_inbound_relay_conn()
408 log::debug!("try_send data = {:?}, from = {}", data, from); in handle_inbound_relay_conn()
454 log::debug!("client.SendBindingRequestTo call PerformTransaction 1"); in send_binding_request_to()
487 log::debug!("allocate check: read_ch_tx_opt = {}", read_ch_tx.is_some()); in allocate()
503 log::debug!("client.Allocate call PerformTransaction 1"); in allocate()
533 log::debug!("client.Allocate call PerformTransaction 2"); in allocate()
562 log::debug!("allocate: read_ch_tx_opt = {}", read_ch_tx_opt.is_some()); in allocate()