vidalia asks us for the value of the Group config option. but now

it's obsolete. which causes us to inform the user every time, even
though the user can't do anything about it other than get confused.

now it's an info-level log by default.


svn:r17206
This commit is contained in:
Roger Dingledine 2008-11-07 04:38:58 +00:00
parent b32e600d50
commit bc128c0b03

View File

@ -1988,7 +1988,7 @@ get_assigned_option(config_format_t *fmt, or_options_t *options,
result->value = tor_strdup(""); result->value = tor_strdup("");
break; break;
case CONFIG_TYPE_OBSOLETE: case CONFIG_TYPE_OBSOLETE:
log_warn(LD_CONFIG, log_fn(LOG_PROTOCOL_WARN, LD_CONFIG,
"You asked me for the value of an obsolete config option '%s'.", "You asked me for the value of an obsolete config option '%s'.",
key); key);
tor_free(result->key); tor_free(result->key);