From: George Kadianakis Date: Mon, 18 Jul 2011 15:08:55 +0000 (+0200) Subject: Changed a printf() to a log_debug(). X-Git-Tag: tor-0.2.3.6-alpha~40^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfb473ed348063e1f1abd709ac313f14d33cadf5;p=thirdparty%2Ftor.git Changed a printf() to a log_debug(). --- diff --git a/src/or/transports.c b/src/or/transports.c index 392c43decd..21d76f80da 100644 --- a/src/or/transports.c +++ b/src/or/transports.c @@ -254,7 +254,7 @@ proxy_configuration_finished(managed_proxy_t *mp) void handle_proxy_line(char *line, managed_proxy_t *mp) { - printf("Judging line: %s\n", line); + log_debug(LD_CONFIG, "Judging line: %s\n", line); if (strlen(line) < SMALLEST_MANAGED_LINE_SIZE) { log_warn(LD_GENERAL, "Managed proxy configuration line is too small. "