From: Juho Vähä-Herttua Date: Thu, 10 Jan 2013 16:56:14 +0000 (+0200) Subject: Add more debugging information to httpd.c X-Git-Tag: upstream/0.9.0~4^2~46 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=20e91d6c2ce2072e35508666d5df2cfcc6e159c8;hp=8c73aec400a3783bd87731f169ef5cf2e38553d8 Add more debugging information to httpd.c --- diff --git a/src/lib/httpd.c b/src/lib/httpd.c index dfd3d6b..0f82b26 100644 --- a/src/lib/httpd.c +++ b/src/lib/httpd.c @@ -311,6 +311,8 @@ httpd_thread(void *arg) logger_log(httpd->logger, LOGGER_INFO, "Didn't get response"); } http_response_destroy(response); + } else { + logger_log(httpd->logger, LOGGER_DEBUG, "Request not complete, waiting for more data..."); } } }