Skip to content

Commit 4039b90

Browse files
committed
Modify error message when lock is lost
1 parent af28825 commit 4039b90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/OnixSource.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,8 @@ bool OnixSource::stopAcquisition()
535535
devicesFound = false;
536536

537537
MessageManager::callAsync([] { AlertWindow::showMessageBoxAsync(MessageBoxIconType::WarningIcon, "Port Communication Lock Lost",
538-
"The port communication lock was lost during acquisition. To continue, please disconnect and reconnect the hardware.", "Okay"); });
538+
"The port communication lock was lost during acquisition, inspect hardware connections and port switch." +
539+
String("\n\nTo continue, press disconnect in the GUI, then press connect."), "Okay"); });
539540
}
540541

541542
return true;

0 commit comments

Comments
 (0)