Bug 966564 - Make logging more clear when processing an unwrapped indication. r=drno

This commit is contained in:
Byron Campen [:bwc] 2014-03-12 10:21:48 -07:00
parent 4c405adecc
commit c414099624

View File

@ -81,7 +81,7 @@ static void nr_ice_socket_readable_cb(NR_SOCKET s, int how, void *cb_arg)
#ifdef USE_TURN
re_process:
#endif /* USE_TURN */
r_log(LOG_ICE,LOG_DEBUG,"ICE(%s): Read %d bytes from %s",sock->ctx->label,len,addr.as_string);
r_log(LOG_ICE,LOG_DEBUG,"ICE(%s): Read %d bytes %sfrom %s",sock->ctx->label,len,(processed_indication ? "relayed " : ""),addr.as_string);
/* First question: is this STUN or not? */
is_stun=nr_is_stun_message(buf,len);