1
0
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:
Lennart Poettering 2022-04-14 18:08:36 +02:00
parent 1d68a2e168
commit 94602bff1f

View File

@ -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;