Commit 9d8812fb authored by Youness Alaoui's avatar Youness Alaoui

some formating and comment changes

parent 5ea30721
...@@ -2083,7 +2083,7 @@ gboolean conn_check_handle_inbound_stun (NiceAgent *agent, Stream *stream, ...@@ -2083,7 +2083,7 @@ gboolean conn_check_handle_inbound_stun (NiceAgent *agent, Stream *stream,
} }
if (valid != STUN_VALIDATION_SUCCESS) { if (valid != STUN_VALIDATION_SUCCESS) {
nice_debug ("Agent %p : STUN message is unsuccessfull, ignoring", agent); nice_debug ("Agent %p : STUN message is unsuccessfull %d, ignoring", agent, valid);
return FALSE; return FALSE;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment