1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

repart: fix invalid errno in log

(cherry picked from commit 375ffdba43f6dac5f4b1222d4e345f7cdf868f8c)
(cherry picked from commit 31b7785814fa9e82a1d48e4b5a6b1f6df1110b03)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-02-06 10:00:50 +01:00 committed by Luca Boccassi
parent 9a906fae89
commit 828e73a7bb

View File

@ -3896,7 +3896,7 @@ static int resolve_copy_blocks_auto(
continue; continue;
} }
if (major(sl) == 0) { 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; continue;
} }