Loading changes/bug33005 0 → 100644 +3 −0 Original line number Diff line number Diff line 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. src/feature/client/transports.c +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
changes/bug33005 0 → 100644 +3 −0 Original line number Diff line number Diff line 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.
src/feature/client/transports.c +3 −1 Original line number Diff line number Diff line Loading @@ -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