mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Improve connections debug logs.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user