Explorar el Código

Remove debug code.

Tobias Hieta hace 9 años
padre
commit
fb3c4452c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());
   }