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)
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;
}
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;
}