summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2014-03-10 22:05:31 +0000
committerGeorge Kadianakis <desnacked@riseup.net>2014-03-10 22:05:31 +0000
commitcc1bb19d56bd1ab1c421a89a8ceb72efe5090b0a (patch)
treed2704960e6461f57473a37d8ef7d76dd97151270
parentb8ceb464e5949b07ba9bd007002a49f3ab9c600b (diff)
downloadtor-cc1bb19d56bd1ab1c421a89a8ceb72efe5090b0a.tar.gz
tor-cc1bb19d56bd1ab1c421a89a8ceb72efe5090b0a.zip
Tone down the log message for when we don't need a PT proxy.
-rw-r--r--changes/bug50184
-rw-r--r--src/or/config.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/changes/bug5018 b/changes/bug5018
new file mode 100644
index 0000000000..858a8bc0cd
--- /dev/null
+++ b/changes/bug5018
@@ -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.
diff --git a/src/or/config.c b/src/or/config.c
index 0187caf104..0da4877a5c 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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