aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 102ac8e..8f0d26d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -70,8 +70,8 @@ int main(int argc, char **argv)
// check for other instances
bool isSingleInstance = instance.bindLocalSocket(parser.value(parser.socketOption));
- qDebug("Connected to local socket %s: %s", qUtf8Printable(instance.serverName()), isSingleInstance ? "ok" : "failed");
if(isSingleInstance) {
+ qDebug("Bound to local socket %s", qUtf8Printable(instance.serverName()));
instance.setConfiguration(config);
}