From 2b00cdadbec2172ffb54f215a0dc75b45ef8c8bf Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Sat, 27 May 2023 20:03:24 +0200 Subject: [PATCH] jfjoch_action_test: Fix message for blocking mode --- receiver/jfjoch_action_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/receiver/jfjoch_action_test.cpp b/receiver/jfjoch_action_test.cpp index c61e412e..9fe7c162 100644 --- a/receiver/jfjoch_action_test.cpp +++ b/receiver/jfjoch_action_test.cpp @@ -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;