]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Reduce log severity for unused ClientTransportPlugin lines
authorRoger Dingledine <arma@torproject.org>
Thu, 11 Sep 2014 12:02:37 +0000 (08:02 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 11 Sep 2014 12:02:37 +0000 (08:02 -0400)
Tor Browser includes several ClientTransportPlugin lines in its
torrc-defaults file, leading every Tor Browser user who looks at her
logs to see these notices and wonder if they're dangerous.

Resolves bug 13124; bugfix on 0.2.5.3-alpha.

changes/bug13124 [new file with mode: 0644]
src/or/config.c

diff --git a/changes/bug13124 b/changes/bug13124
new file mode 100644 (file)
index 0000000..be7df70
--- /dev/null
@@ -0,0 +1,8 @@
+  o Minor bugfixes:
+    - Reduce the log severity of the "Pluggable transport proxy does
+      not provide any needed transports and will not be launched."
+      message, since Tor Browser includes several ClientTransportPlugin
+      lines in its torrc-defaults file, leading every Tor Browser user
+      who looks at her logs to see these notices and wonder if they're
+      dangerous. Resolves bug 13124; bugfix on 0.2.5.3-alpha.
+
index c4fc8dd58fb1729960af73ef827ba77d3f36700b..31a3586256395c42361841e3a846c69fd28d4412 100644 (file)
@@ -4827,8 +4827,8 @@ parse_client_transport_line(const or_options_t *options,
 
   if (is_managed) { /* managed */
     if (!validate_only && is_useless_proxy) {
-      log_notice(LD_GENERAL, "Pluggable transport proxy (%s) does not provide "
-                 "any needed transports and will not be launched.", line);
+      log_info(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