mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'tor-github/pr/1677'
This commit is contained in:
commit
21d0d81d82
3
changes/bug33005
Normal file
3
changes/bug33005
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (pluggable transports):
|
||||
- Lower the log level of standard error messages from a PT from warning to
|
||||
info. Fixes bug 33005; bugfix on 0.4.0.1-alpha.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user