X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fsmack-util.c;h=a62c479900efd3b58b6f8ee7bbabb741287dc375;hb=979ef53a268d6f54a309fc5c6015df5d4accbbd5;hp=b6c96435ce94a65918ca81adafd1760232726860;hpb=2ca620c4ed28c01f285d869d0b22f22a360957da;p=elogind.git diff --git a/src/shared/smack-util.c b/src/shared/smack-util.c index b6c96435c..a62c47990 100644 --- a/src/shared/smack-util.c +++ b/src/shared/smack-util.c @@ -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