diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-02 14:31:27 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-02 14:31:27 +0100 |
commit | 1ff1928f58f860d71210032d5f0a8e69eb482d2a (patch) | |
tree | 11cd39c3e4ca0114150788c5c9bf9e4211b635f8 /client/resourceaccess.cpp | |
parent | 2fb350cb0a5749ecdccf29c1b4e643f7c8fd1201 (diff) | |
download | sink-1ff1928f58f860d71210032d5f0a8e69eb482d2a.tar.gz sink-1ff1928f58f860d71210032d5f0a8e69eb482d2a.zip |
more succinct error
Diffstat (limited to 'client/resourceaccess.cpp')
-rw-r--r-- | client/resourceaccess.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/resourceaccess.cpp b/client/resourceaccess.cpp index 702671e..6d48c51 100644 --- a/client/resourceaccess.cpp +++ b/client/resourceaccess.cpp | |||
@@ -96,9 +96,7 @@ void ResourceAccess::disconnected() | |||
96 | 96 | ||
97 | void ResourceAccess::connectionError(QLocalSocket::LocalSocketError error) | 97 | void ResourceAccess::connectionError(QLocalSocket::LocalSocketError error) |
98 | { | 98 | { |
99 | log(QString("Could not connect to %1 due to error %2") | 99 | log(QString("Connection error: %2").arg(error)); |
100 | .arg(m_resourceName) | ||
101 | .arg(m_socket->serverName()).arg(error)); | ||
102 | if (m_startingProcess) { | 100 | if (m_startingProcess) { |
103 | if (!m_tryOpenTimer->isActive()) { | 101 | if (!m_tryOpenTimer->isActive()) { |
104 | m_tryOpenTimer->start(); | 102 | m_tryOpenTimer->start(); |