We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a31ea5 commit 088b6e9Copy full SHA for 088b6e9
devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp
@@ -235,7 +235,7 @@ bool YarpRobotLoggerDevice::open(yarp::os::Searchable& config)
235
} else
236
{
237
log()->error("{} The sampling period is smaller than the awakening time. Cannot "
238
- "use the busy waiting strategy.",
+ "use the 'early_wakeup' strategy.",
239
logPrefix);
240
return false;
241
}
0 commit comments