tmpfiles: clarify that we ignore file attribute setting errors
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Aug 2018 13:44:47 +0000 (15:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Aug 2018 09:59:39 +0000 (11:59 +0200)
src/tmpfiles/tmpfiles.c

index c29524f..ed7022f 100644 (file)
@@ -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;