mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +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();
|
||||
|
||||
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