Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
LoreMoretti committed Sep 12, 2024
1 parent 7a31ea5 commit 088b6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 088b6e9

Please sign in to comment.