Expand message that shows when Interface exists because another instance is already running.

This commit is contained in:
Julian Groß 2023-11-15 13:46:52 +01:00
parent 9e19f9fc58
commit 4cd16437f4

View file

@ -500,6 +500,7 @@ int main(int argc, const char* argv[]) {
socket.close();
qDebug() << "Interface instance appears to be running, exiting";
qDebug() << "Start with --allowMultipleInstances to allow running multiple instances at once.";
return EXIT_SUCCESS;
}