Loading changes/bug5018 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor features: - Don't log at warning severity when we refuse to launch a pluggable transport proxy that we don't need. Resolves ticket 5018. src/or/config.c +2 −2 Original line number Diff line number Diff line Loading @@ -4682,7 +4682,7 @@ parse_client_transport_line(const char *line, int validate_only) if (is_managed) { /* managed */ if (!validate_only && is_useless_proxy) { log_warn(LD_GENERAL, "Pluggable transport proxy (%s) does not provide " log_notice(LD_GENERAL, "Pluggable transport proxy (%s) does not provide " "any needed transports and will not be launched.", line); } Loading Loading
changes/bug5018 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor features: - Don't log at warning severity when we refuse to launch a pluggable transport proxy that we don't need. Resolves ticket 5018.
src/or/config.c +2 −2 Original line number Diff line number Diff line Loading @@ -4682,7 +4682,7 @@ parse_client_transport_line(const char *line, int validate_only) if (is_managed) { /* managed */ if (!validate_only && is_useless_proxy) { log_warn(LD_GENERAL, "Pluggable transport proxy (%s) does not provide " log_notice(LD_GENERAL, "Pluggable transport proxy (%s) does not provide " "any needed transports and will not be launched.", line); } Loading