summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2017-11-23 13:07:20 +0300
committerSven Eden <yamakuzure@gmx.net>2017-11-23 13:07:20 +0300
commit3f260078c2c1abae977504293d9fc9ac55f84efe (patch)
tree98afb80dd802a4057fd876b6c79be0566c3dd5e9 /src
parentc7e08963636382b1388d40c54fde6febf37b5d9f (diff)
cgroup: downgrade the log level of "invocation id" messages to debug (#7422)
Now that d3070fbdf6077d7d has been merged, these errors are not as critical as they used to be.
Diffstat (limited to 'src')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 7e61b5ad2..f3abf6595 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -1486,7 +1486,7 @@ static void cgroup_xattr_apply(Unit *u) {
sd_id128_to_string(u->invocation_id, ids), 32,
0);
if (r < 0)
- log_unit_warning_errno(u, r, "Failed to set invocation ID on control group %s, ignoring: %m", u->cgroup_path);
+ log_unit_debug_errno(u, r, "Failed to set invocation ID on control group %s, ignoring: %m", u->cgroup_path);
}
static bool unit_has_mask_realized(