summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2010-02-04 15:48:14 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2010-02-16 17:38:14 -0500
commit76dd8782d1d8b2adb26ea231a949685247166f41 (patch)
tree0886646cc759ec72980383b3f5bcf7de619ef7c5 /tests
parent63033bd1af5313a9f12018b4c867ee76c74b2b2d (diff)
downloadlibnice-76dd8782d1d8b2adb26ea231a949685247166f41.tar.gz
enable debug message for test-pseudotcp
Diffstat (limited to 'tests')
-rw-r--r--tests/test-pseudotcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-pseudotcp.c b/tests/test-pseudotcp.c
index bd66940..92cec3f 100644
--- a/tests/test-pseudotcp.c
+++ b/tests/test-pseudotcp.c
@@ -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);