|
|
@@ -1184,13 +1184,13 @@ circuit_get_open_circ_or_launch(edge_connection_t *conn,
|
|
|
* as loudly. the user doesn't even know it's happening. */
|
|
|
if (options->UseBridges && bridges_known_but_down()) {
|
|
|
log_fn(severity, LD_APP|LD_DIR,
|
|
|
- "Application request when we're believed to be "
|
|
|
- "offline. Optimistically trying known bridges again.");
|
|
|
+ "Application request when we haven't used client functionality "
|
|
|
+ "lately. Optimistically trying known bridges again.");
|
|
|
bridges_retry_all();
|
|
|
} else if (!options->UseBridges || any_bridge_descriptors_known()) {
|
|
|
log_fn(severity, LD_APP|LD_DIR,
|
|
|
- "Application request when we're believed to be "
|
|
|
- "offline. Optimistically trying directory fetches again.");
|
|
|
+ "Application request when we haven't used client functionality "
|
|
|
+ "lately. Optimistically trying directory fetches again.");
|
|
|
routerlist_retry_directory_downloads(time(NULL));
|
|
|
}
|
|
|
}
|