mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:26:55 +02: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();
|
socket.close();
|
||||||
|
|
||||||
qDebug() << "Interface instance appears to be running, exiting";
|
qDebug() << "Interface instance appears to be running, exiting";
|
||||||
|
qDebug() << "Start with --allowMultipleInstances to allow running multiple instances at once.";
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue