From fdd431dce94439f788161a4bb8f6c44aa135d528 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 4 Mar 2020 22:21:09 +0400 Subject: [PATCH] Human-readable error for single instance logging --- Telegram/SourceFiles/core/sandbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/core/sandbox.cpp b/Telegram/SourceFiles/core/sandbox.cpp index bd43415c7..46c967b4f 100644 --- a/Telegram/SourceFiles/core/sandbox.cpp +++ b/Telegram/SourceFiles/core/sandbox.cpp @@ -274,7 +274,7 @@ void Sandbox::socketError(QLocalSocket::LocalSocketError e) { psCheckLocalSocket(_localServerName); if (!_localServer.listen(_localServerName)) { - LOG(("Failed to start listening to %1 server, error %2").arg(_localServerName).arg(int(_localServer.serverError()))); + LOG(("Failed to start listening to %1 server: %2").arg(_localServerName).arg(_localServer.errorString())); return App::quit(); } #endif // !Q_OS_WINRT