Skip to content

Commit 088b6e9

Browse files
committed
update error message
1 parent 7a31ea5 commit 088b6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ bool YarpRobotLoggerDevice::open(yarp::os::Searchable& config)
235235
} else
236236
{
237237
log()->error("{} The sampling period is smaller than the awakening time. Cannot "
238-
"use the busy waiting strategy.",
238+
"use the 'early_wakeup' strategy.",
239239
logPrefix);
240240
return false;
241241
}

0 commit comments

Comments
 (0)