mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
core: show the UID we cannot parse
This commit is contained in:
parent
898820edb5
commit
96462ae998
@ -4480,7 +4480,7 @@ static void manager_deserialize_uid_refs_one_internal(
|
|||||||
|
|
||||||
r = parse_uid(value, &uid);
|
r = parse_uid(value, &uid);
|
||||||
if (r < 0 || uid == 0) {
|
if (r < 0 || uid == 0) {
|
||||||
log_debug("Unable to parse UID reference serialization");
|
log_debug("Unable to parse UID reference serialization: " UID_FMT, uid);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user