Mercurial > audlegacy-plugins
changeset 1971:4ead92d8e6c3
branch merge
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Wed, 03 Oct 2007 15:37:04 +0200 |
parents | e54d72373503 (diff) 7ada85b64e90 (current diff) |
children | 2bd85ddedf9e |
files | src/neon/neon.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/neon/neon.c Tue Oct 02 22:55:09 2007 -0500 +++ b/src/neon/neon.c Wed Oct 03 15:37:04 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 {