1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-21 09:33:57 +03:00

repart: fix invalid errno in log

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

View File

@ -3876,7 +3876,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;
}