jfjoch_action_test: Fix message for blocking mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user