mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Changed a printf() to a log_debug().
This commit is contained in:
parent
69271b2a38
commit
cfb473ed34
@ -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. "
|
||||
|
Loading…
Reference in New Issue
Block a user