Skip to content

Commit

Permalink
torcontrol debug: Change to a blanket message that covers both cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Dec 16, 2015
1 parent 3cd836c commit fa8c8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void TorController::disconnected_cb(TorControlConnection& conn)
if (!reconnect)
return;

LogPrint("tor", "tor: Disconnected from Tor control port %s, trying to reconnect\n", target);
LogPrint("tor", "tor: Not connected to Tor control port %s, trying to reconnect\n", target);

// Single-shot timer for reconnect. Use exponential backoff.
struct timeval time = MillisToTimeval(int64_t(reconnect_timeout * 1000.0));
Expand Down

0 comments on commit fa8c8d7

Please sign in to comment.