From 69c60740c42c9a5f4666e1dfc5da0c4e4a4756c7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 16 Jun 2014 12:29:10 +0200 Subject: be a bit less verbose --- pacredir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pacredir.c b/pacredir.c index 11153c9..eb1b24e 100644 --- a/pacredir.c +++ b/pacredir.c @@ -392,7 +392,9 @@ static int ahc_echo(void * cls, struct MHD_Connection * connection, const char * request->http_code = 0; request->last_modified = 0; +# if defined DEBUG write_log(stdout, "Trying %s\n", request->url); +# endif if ((error = pthread_create(&tid[req_count], NULL, get_http_code, (void *)request)) != 0) write_log(stderr, "Could not run thread number %d, errno %d\n", req_count, error); -- cgit v1.2.3-54-g00ecf