ソースを参照

Remove debug code.

Tobias Hieta 9 年 前
コミット
fb3c4452c9
1 ファイル変更1 行追加1 行削除
  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());
   }