homed: include error string when in log message if quota doesn't work

This commit is contained in:
Lennart Poettering 2020-05-20 18:12:41 +02:00
parent 2fcbf417b6
commit 1a53adb3ab
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ static int search_quota(uid_t uid, const char *exclude_quota_path) {
if (ERRNO_IS_NOT_SUPPORTED(r))
log_debug_errno(r, "No UID quota support on %s, ignoring.", where);
else
log_warning_errno(r, "Failed to query quota on %s, ignoring.", where);
log_warning_errno(r, "Failed to query quota on %s, ignoring: %m", where);
continue;
}