Commit 76dd8782 authored by Youness Alaoui's avatar Youness Alaoui

enable debug message for test-pseudotcp

parent 63033bd1
......@@ -247,6 +247,9 @@ int main (int argc, char *argv[])
mainloop = g_main_loop_new (NULL, FALSE);
g_type_init ();
pseudo_tcp_set_debug_level (PSEUDO_TCP_DEBUG_VERBOSE);
left = pseudo_tcp_socket_new (0, &cbs);
right = pseudo_tcp_socket_new (0, &cbs);
g_debug ("Left: %p. Right: %p", left, right);
......
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