diff options
author | Christian Hesse <mail@eworm.de> | 2014-06-16 12:29:10 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-06-16 12:29:10 +0200 |
commit | 69c60740c42c9a5f4666e1dfc5da0c4e4a4756c7 (patch) | |
tree | e2b756e9ea57e79bab154d8485284cab9341cf7b | |
parent | 39f4363447961e50cec3eb6baa6df8bb80371860 (diff) | |
download | pacredir-69c60740c42c9a5f4666e1dfc5da0c4e4a4756c7.tar.gz pacredir-69c60740c42c9a5f4666e1dfc5da0c4e4a4756c7.tar.zst |
be a bit less verbose
-rw-r--r-- | pacredir.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |