From 20e91d6c2ce2072e35508666d5df2cfcc6e159c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20Va=CC=88ha=CC=88-Herttua?= Date: Thu, 10 Jan 2013 18:56:14 +0200 Subject: [PATCH] Add more debugging information to httpd.c --- src/lib/httpd.c | 2 ++ 1 file changed, 2 insertions(+) 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..."); } } } -- 2.34.1