# HG changeset patch # User Ralf Ertzinger # Date 1191418556 -7200 # Node ID e54d72373503b2c52fbd3f1bde80f2de6c66debb # Parent a1ed9f7cb4cc3605c9b559cce70e2adacabbf89e - Be a bit more verbose about network errors diff -r a1ed9f7cb4cc -r e54d72373503 src/neon/neon.c --- a/src/neon/neon.c Mon Oct 01 10:39:03 2007 +0200 +++ b/src/neon/neon.c Wed Oct 03 15:35:56 2007 +0200 @@ -724,7 +724,7 @@ * Set the error flag and terminate the * reader thread. */ - _DEBUG("Error while reading from the network. Terminating reader thread"); + _ERROR("Error while reading from the network. Terminating reader thread"); h->reader_status.status = NEON_READER_ERROR; g_mutex_unlock(h->reader_status.mutex); _LEAVE NULL; @@ -889,6 +889,7 @@ /* * Reader thread did not terminate gracefully. */ + _ERROR("Reader thread did not terminate gracefully: %d", h->reader_status.status); _LEAVE 0; } } else {