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

some formating and comment changes

parent 5ea30721
......@@ -1316,7 +1316,7 @@ _nice_agent_recv (
gchar tmpbuf[INET6_ADDRSTRLEN];
nice_address_to_string (&from, tmpbuf);
nice_debug ("Agent %p : Packet received on local socket %u from [%s]:%u (%u octets).", agent,
udp_socket->fileno, tmpbuf, nice_address_get_port (&from), len);
udp_socket->fileno, tmpbuf, nice_address_get_port (&from), len);
}
#endif
......
......@@ -2083,7 +2083,7 @@ gboolean conn_check_handle_inbound_stun (NiceAgent *agent, Stream *stream,
}
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;
}
......
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