From c414099624d2d2a806c2d0595f6db1f176731a95 Mon Sep 17 00:00:00 2001 From: "Byron Campen [:bwc]" Date: Wed, 12 Mar 2014 10:21:48 -0700 Subject: [PATCH] Bug 966564 - Make logging more clear when processing an unwrapped indication. r=drno --- media/mtransport/third_party/nICEr/src/ice/ice_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/mtransport/third_party/nICEr/src/ice/ice_socket.c b/media/mtransport/third_party/nICEr/src/ice/ice_socket.c index 0b0b3d95c083..c72d1bbaadb7 100644 --- a/media/mtransport/third_party/nICEr/src/ice/ice_socket.c +++ b/media/mtransport/third_party/nICEr/src/ice/ice_socket.c @@ -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);