aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pacredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacredir.c b/pacredir.c
index 50b72c8..cee1bdb 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -407,7 +407,7 @@ static int ahc_echo(void * cls, struct MHD_Connection * connection, const char *
request = requests[i];
if (request->http_code == MHD_HTTP_OK)
- printf("Found: %s (%f sec)\n", request->url, request->time_total);
+ write_log(stdout, "Found: %s (%f sec)\n", request->url, request->time_total);
if (request->http_code == MHD_HTTP_OK &&
/* for db files choose the most recent server */