Merge pull request #7245

fa8c8d7 torcontrol debug: Change to a blanket message that covers both cases (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan 2016-01-04 09:43:56 +01:00
commit 2d6a493493
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -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));