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:
parent
9a906fae89
commit
828e73a7bb
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user