mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
core: show error code even when debug logging
This commit is contained in:
parent
7dcb6ef06f
commit
b39cfe21b4
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user