mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
slightly better warn message
svn:r2357
This commit is contained in:
parent
431b33a2ca
commit
ff622786f1
@ -582,7 +582,7 @@ void router_mark_as_down(const char *digest) {
|
||||
return;
|
||||
log_fn(LOG_DEBUG,"Marking %s as down.",router->nickname);
|
||||
if (router_is_me(router))
|
||||
log_fn(LOG_WARN, "We just marked ourself as down.");
|
||||
log_fn(LOG_WARN, "We just marked ourself as down. Are your external addresses reachable?");
|
||||
router->is_running = 0;
|
||||
router->status_set_at = time(NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user