projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe4a74
)
cgroup: downgrade the log level of "invocation id" messages to debug (#7422)
author
Evgeny Vereshchagin
<evvers@ya.ru>
Thu, 23 Nov 2017 10:07:20 +0000
(13:07 +0300)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 23 Nov 2017 10:07:20 +0000
(11:07 +0100)
Now that
d3070fbdf6077d7d
has been merged, these errors are not as
critical as they used to be.
src/core/cgroup.c
patch
|
blob
|
history
diff --git
a/src/core/cgroup.c
b/src/core/cgroup.c
index 7f86beb4eabfb6bcd394bcf7fa75a7c80f540a97..ec8d89f0c206f7f995e99c1edd3b3f75f53801a7 100644
(file)
--- a/
src/core/cgroup.c
+++ b/
src/core/cgroup.c
@@
-1485,7
+1485,7
@@
static void cgroup_xattr_apply(Unit *u) {
sd_id128_to_string(u->invocation_id, ids), 32,
0);
if (r < 0)
- log_unit_
warnin
g_errno(u, r, "Failed to set invocation ID on control group %s, ignoring: %m", u->cgroup_path);
+ log_unit_
debu
g_errno(u, r, "Failed to set invocation ID on control group %s, ignoring: %m", u->cgroup_path);
}
static bool unit_has_mask_realized(