aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 4e58de20c..1198c894f 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -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);
}