mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +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;
|
return;
|
||||||
log_fn(LOG_DEBUG,"Marking %s as down.",router->nickname);
|
log_fn(LOG_DEBUG,"Marking %s as down.",router->nickname);
|
||||||
if (router_is_me(router))
|
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->is_running = 0;
|
||||||
router->status_set_at = time(NULL);
|
router->status_set_at = time(NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user