From 4cd16437f48633fab5e4509427f86d8c601c81d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Wed, 15 Nov 2023 13:46:52 +0100 Subject: [PATCH] Expand message that shows when Interface exists because another instance is already running. --- interface/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 18da2c2e00..835e4060a7 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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; }