mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Expand message that shows when Interface exists because another instance is already running.
This commit is contained in:
parent
9e19f9fc58
commit
4cd16437f4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue