]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changed a printf() to a log_debug().
authorGeorge Kadianakis <desnacked@gmail.com>
Mon, 18 Jul 2011 15:08:55 +0000 (17:08 +0200)
committerGeorge Kadianakis <desnacked@gmail.com>
Mon, 18 Jul 2011 15:08:55 +0000 (17:08 +0200)
src/or/transports.c

index 392c43decd4bcefc946e27313571c6069ae0d2af..21d76f80daaf8ecb3897d916b10621f7f824299f 100644 (file)
@@ -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. "