Browse Source

Remove debug code.

Tobias Hieta 9 years ago
parent
commit
fb3c4452c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shared/UniqueApplication.h

+ 1 - 1
src/shared/UniqueApplication.h

@@ -33,7 +33,7 @@ public:
         emit otherApplicationStarted();
     });
 
-    if (m_server->listen())
+    if (!m_server->listen())
       throw FatalException("Failed to listen to uniqueApp socket: " + m_server->errorString());
   }