mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
If they havent told us by now, they probably never will.
svn:r4687
This commit is contained in:
parent
98f1265309
commit
ceb02cee2c
@ -670,7 +670,7 @@ config_find_option(config_format_t *fmt, const char *key)
|
|||||||
for (i=0; fmt->vars[i].name; ++i) {
|
for (i=0; fmt->vars[i].name; ++i) {
|
||||||
if (!strncasecmp(key, fmt->vars[i].name, keylen)) {
|
if (!strncasecmp(key, fmt->vars[i].name, keylen)) {
|
||||||
log_fn(LOG_WARN, "The abbreviation '%s' is deprecated. "
|
log_fn(LOG_WARN, "The abbreviation '%s' is deprecated. "
|
||||||
"Tell Nick and Roger to make it official, or just use '%s' instead",
|
"Please use '%s' instead",
|
||||||
key, fmt->vars[i].name);
|
key, fmt->vars[i].name);
|
||||||
return &fmt->vars[i];
|
return &fmt->vars[i];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user