mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/1677'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user