Pārlūkot izejas kodu

Remove debug code.

Tobias Hieta 9 gadi atpakaļ
vecāks
revīzija
fb3c4452c9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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());
   }