diff --git a/devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp b/devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp index e3691f8c5f..bab55b3988 100644 --- a/devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp +++ b/devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp @@ -235,7 +235,7 @@ bool YarpRobotLoggerDevice::open(yarp::os::Searchable& config) } else { log()->error("{} The sampling period is smaller than the awakening time. Cannot " - "use the busy waiting strategy.", + "use the 'early_wakeup' strategy.", logPrefix); return false; }