mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
execute: add more debug logging
This commit is contained in:
parent
1d68a2e168
commit
94602bff1f
@ -2692,7 +2692,7 @@ static int load_credential(
|
||||
|
||||
r = write_credential(write_dfd, id, data, size, uid, ownership_ok);
|
||||
if (r < 0)
|
||||
return r;
|
||||
return log_debug_errno(r, "Failed to write credential '%s': %m", id);
|
||||
|
||||
*left -= add;
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user