]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tone down the log message for when we don't need a PT proxy.
authorGeorge Kadianakis <desnacked@riseup.net>
Mon, 10 Mar 2014 22:05:31 +0000 (22:05 +0000)
committerGeorge Kadianakis <desnacked@riseup.net>
Mon, 10 Mar 2014 22:05:31 +0000 (22:05 +0000)
changes/bug5018 [new file with mode: 0644]
src/or/config.c

diff --git a/changes/bug5018 b/changes/bug5018
new file mode 100644 (file)
index 0000000..858a8bc
--- /dev/null
@@ -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.
index 0187caf104ccf96c48489edb297853be3b641eb0..0da4877a5c1ccbc49c076f4a7e3188071acaa887 100644 (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