mirror of https://github.com/procxx/kepka.git
Human-readable error for single instance logging
This commit is contained in:
parent
7ac4c6e479
commit
fdd431dce9
|
@ -274,7 +274,7 @@ void Sandbox::socketError(QLocalSocket::LocalSocketError e) {
|
||||||
psCheckLocalSocket(_localServerName);
|
psCheckLocalSocket(_localServerName);
|
||||||
|
|
||||||
if (!_localServer.listen(_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();
|
return App::quit();
|
||||||
}
|
}
|
||||||
#endif // !Q_OS_WINRT
|
#endif // !Q_OS_WINRT
|
||||||
|
|
Loading…
Reference in New Issue