mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:33:09 +02:00
Change "Interface already running" message to be a warning instead of just debug.
This commit is contained in:
parent
1cf2d8949e
commit
a304099c59
1 changed files with 2 additions and 2 deletions
|
@ -654,8 +654,8 @@ 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.";
|
||||
qCritical() << "Interface instance appears to be running, exiting";
|
||||
qCritical() << "Start with --allowMultipleInstances to allow running multiple instances at once.";
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue