core: show error code even when debug logging

This commit is contained in:
Lennart Poettering 2018-11-16 11:43:49 +01:00
parent 7dcb6ef06f
commit b39cfe21b4
1 changed files with 1 additions and 1 deletions

View File

@ -4453,7 +4453,7 @@ static void manager_deserialize_uid_refs_one_internal(
r = hashmap_replace(*uid_refs, UID_TO_PTR(uid), UINT32_TO_PTR(c));
if (r < 0) {
log_debug("Failed to add UID reference entry");
log_debug_errno(r, "Failed to add UID reference entry: %m");
return;
}
}