summaryrefslogtreecommitdiff
path: root/src/tmpfiles
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-08-06 15:44:47 +0200
committerLennart Poettering <lennart@poettering.net>2018-08-08 11:59:39 +0200
commit15b45fac8728c6d0b538f047c6966f570c325bbb (patch)
treefa7bb376713859fde021ddbd62bbc94a7fa74c9f /src/tmpfiles
parent09f12798c94ab59690c2103ca5f883b50107ca4b (diff)
downloadsystemd-15b45fac8728c6d0b538f047c6966f570c325bbb.tar.gz
systemd-15b45fac8728c6d0b538f047c6966f570c325bbb.tar.bz2
systemd-15b45fac8728c6d0b538f047c6966f570c325bbb.zip
tmpfiles: clarify that we ignore file attribute setting errors
Diffstat (limited to 'src/tmpfiles')
-rw-r--r--src/tmpfiles/tmpfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index c29524f443..ed7022fbb4 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -1265,7 +1265,7 @@ static int fd_set_attribute(Item *item, int fd, const char *path, const struct s
if (r < 0)
log_full_errno(IN_SET(r, -ENOTTY, -EOPNOTSUPP) ? LOG_DEBUG : LOG_WARNING,
r,
- "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x: %m",
+ "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x, ignoring: %m",
path, item->attribute_value, item->attribute_mask);
return 0;