1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

repart: fix invalid errno in log

(cherry picked from commit 375ffdba43)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-02-06 10:00:50 +01:00 committed by Luca Boccassi
parent 015b0ca928
commit 31b7785814

View File

@ -4793,7 +4793,7 @@ static int resolve_copy_blocks_auto(
continue;
}
if (major(sl) == 0) {
log_debug_errno(r, "Device backing %s is special, ignoring: %m", q);
log_debug("Device backing %s is special, ignoring.", q);
continue;
}