Skip to content

Commit 4b68a0d

Browse files
committed
GUI - improve logging in the case where GUI -> server port isn't open
1 parent 4513d18 commit 4b68a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,8 @@ bool MainWindow::waitForServiceSync() {
12741274
msg.pushStr(guiID.toStdString());
12751275
msg.pushStr("QtClient/1/hello");
12761276
sendOSC(msg);
1277+
} else {
1278+
std::cout << "!";
12771279
}
12781280
}
12791281
if (!sonicPiOSCServer->isServerStarted()) {

0 commit comments

Comments
 (0)