while ((conn = connection_get_by_type_state(CONN_TYPE_AP,
AP_CONN_STATE_CIRCUIT_WAIT))) {
- notice(LD_NET,"Network down? Failing connection to '%s:%d'.",
+ notice(LD_NET,
+ "Is your network connection down? Failing connection to '%s:%d'.",
safe_str(conn->socks_request->address), conn->socks_request->port);
connection_mark_unattached_ap(conn, END_STREAM_REASON_NET_UNREACHABLE);
}
if (!res && have_enough) {
log(LOG_NOTICE, LD_DIR,"Our directory information is no longer up-to-date "
"enough to build circuits.%s",
- any_running ? "" : " (All servers seem down -- network down?)");
+ any_running ? "" :
+ " (No servers seem reachable -- is your network connection down?)");
}
have_enough = res;
return res;