Merge branch 'tor-github/pr/1677'

This commit is contained in:
David Goulet
2020-01-22 14:32:30 -05:00
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -1858,7 +1858,9 @@ managed_proxy_stderr_callback(process_t *process,
if (BUG(mp == NULL))
return;
log_warn(LD_PT, "Managed proxy at '%s' reported: %s", mp->argv[0], line);
log_info(LD_PT,
"Managed proxy at '%s' reported via standard error: %s",
mp->argv[0], line);
}
/** Callback function that is called when our PT process terminates. The