2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Improve connections debug logs.

This commit is contained in:
John Preston
2018-05-28 11:36:12 +03:00
parent 0eb3d20250
commit 4e858ba839
4 changed files with 33 additions and 4 deletions

View File

@@ -1144,6 +1144,9 @@ void ConnectionPrivate::connectToServer(bool afterConfig) {
});
return;
}
DEBUG_LOG(("Connection Info: Connecting to %1 with %2 test connections."
).arg(_shiftedDcId
).arg(_testConnections.size()));
if (!_startedConnectingAt) {
_startedConnectingAt = getms(true);