From: Lennart Poettering Date: Mon, 6 Aug 2018 13:44:47 +0000 (+0200) Subject: tmpfiles: clarify that we ignore file attribute setting errors X-Git-Tag: v240~828^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15b45fac8728c6d0b538f047c6966f570c325bbb;p=thirdparty%2Fsystemd.git tmpfiles: clarify that we ignore file attribute setting errors --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index c29524f443e..ed7022fbb4b 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;