jfjoch_action_test: Fix message for blocking mode

This commit is contained in:
2023-05-27 20:03:24 +02:00
parent 7c9a5238e2
commit 2b00cdadbe

View File

@@ -70,8 +70,8 @@ int main(int argc, char **argv) {
aq_devices.push_back(oc_devices[i].get());
}
if (nonblocking_mode)
logger.Warning("FPGA uses non-blocking mode - in case data acquisition is aborted, it is necessary to cold reboot the machine");
if (!nonblocking_mode)
logger.Warning("FPGA uses blocking mode - in case data acquisition is aborted, it is necessary to cold reboot the machine");
volatile bool done = false;