Commit f40b5f1d authored by Dafydd Harries's avatar Dafydd Harries

test server: make connection closed message more distinctive

darcs-hash:20070202075427-c9803-4757b3ef08a4c90b2ab7aa4006528c3425eabed6.gz
parent 4da2f2cd
...@@ -136,7 +136,7 @@ handle_connection (guint fileno, const struct sockaddr_in *sin, gpointer data) ...@@ -136,7 +136,7 @@ handle_connection (guint fileno, const struct sockaddr_in *sin, gpointer data)
} }
END: END:
g_debug ("connection closed"); g_debug ("-- connection closed --");
while (sockets != NULL) while (sockets != NULL)
{ {
......
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