Commit b989ca9f authored by Dafydd Harries's avatar Dafydd Harries

test client: print out recieved candidate line

darcs-hash:20070202083641-c9803-bd88b63ae677ba72cadab7494cc64130fc83601f.gz
parent 836e6a3d
...@@ -65,7 +65,7 @@ handle_connection (guint sock) ...@@ -65,7 +65,7 @@ handle_connection (guint sock)
if (candidate == NULL) if (candidate == NULL)
return; return;
g_debug ("got candidate"); g_debug ("got candidate: %s", line);
g_free (line); g_free (line);
nice_udp_bsd_socket_factory_init (&man); nice_udp_bsd_socket_factory_init (&man);
......
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