Tone down the log message for when we don't need a PT proxy.

This commit is contained in:
George Kadianakis
2014-03-10 22:05:31 +00:00
parent b8ceb464e5
commit cc1bb19d56
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
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.
+2 -2
View File
@@ -4682,8 +4682,8 @@ 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 "
"any needed transports and will not be launched.", line);
log_notice(LD_GENERAL, "Pluggable transport proxy (%s) does not provide "
"any needed transports and will not be launched.", line);
}
/* If we are not just validating, use the rest of the line as the