summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-31 14:46:37 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-31 14:46:37 +0000
commit7b238d546a83693b5543f078e22909efacad85bf (patch)
treee298b601633af271f17e55ba3a170376c3f34011 /test
parent1ab7330e119d0c5a082e73e82e9f0617d45a7b57 (diff)
downloadneon-7b238d546a83693b5543f078e22909efacad85bf.tar.gz
* test/common/child.c: More debugging.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1920 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test')
-rw-r--r--test/common/child.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common/child.c b/test/common/child.c
index e7ca92a..0798c93 100644
--- a/test/common/child.c
+++ b/test/common/child.c
@@ -365,6 +365,9 @@ int new_spawn_server2(int count, server_fn fn, void *userdata,
in_child();
+ NE_DEBUG(NE_DBG_SOCKET, ">>> child spawned, port %u, %d iterations.\n",
+ *port, count);
+
do {
ne_socket *sock = ne_sock_create();
char errbuf[256];