mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-07 17:17:44 +03:00
main: tweak timerslack message a bit
Let's clarify that this is a non-issue, by downgrading it to LOG_WARN and saying "ignoring" in the message.
This commit is contained in:
parent
3c3c6cb95d
commit
3a671cd130
@ -1949,7 +1949,7 @@ static int initialize_runtime(
|
||||
|
||||
if (arg_timer_slack_nsec != NSEC_INFINITY)
|
||||
if (prctl(PR_SET_TIMERSLACK, arg_timer_slack_nsec) < 0)
|
||||
log_error_errno(errno, "Failed to adjust timer slack: %m");
|
||||
log_warning_errno(errno, "Failed to adjust timer slack, ignoring: %m");
|
||||
|
||||
if (arg_system && !cap_test_all(arg_capability_bounding_set)) {
|
||||
r = capability_bounding_set_drop_usermode(arg_capability_bounding_set);
|
||||
|
Loading…
Reference in New Issue
Block a user