mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
When the DANGEROUS_VERSION controller status event told us we're
running an obsolete version, it used the string "OLD" to describe it. Yet the "getinfo" interface used the string "OBSOLETE". Now use "OBSOLETE" in both cases. svn:r12686
This commit is contained in:
@@ -1479,7 +1479,7 @@ routers_update_all_from_networkstatus(time_t now, int dir_version)
|
||||
have_warned_about_old_version = 1;
|
||||
control_event_general_status(LOG_WARN, "DANGEROUS_VERSION "
|
||||
"CURRENT=%s REASON=%s RECOMMENDED=\"%s\"",
|
||||
VERSION, status == VS_OLD ? "OLD" : "UNRECOMMENDED",
|
||||
VERSION, status == VS_OLD ? "OBSOLETE" : "UNRECOMMENDED",
|
||||
recommended);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user