]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/smack-util.c
treewide: use log_*_errno whenever %m is in the format string
[thirdparty/systemd.git] / src / shared / smack-util.c
index b6c96435ce94a65918ca81adafd1760232726860..a62c479900efd3b58b6f8ee7bbabb741287dc375 100644 (file)
@@ -194,7 +194,7 @@ int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {
                 if (ignore_erofs && errno == EROFS)
                         return 0;
 
-                log_debug("Unable to fix SMACK label of %s: %m", path);
+                log_debug_errno(errno, "Unable to fix SMACK label of %s: %m", path);
                 r = -errno;
         }
 #endif