mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-03 00:58:21 +03:00
repart: fix invalid errno in log
(cherry picked from commit 375ffdba43f6dac5f4b1222d4e345f7cdf868f8c) (cherry picked from commit 31b7785814fa9e82a1d48e4b5a6b1f6df1110b03) (cherry picked from commit 828e73a7bb17cf8ec4a0f90004a878fcc839add5)
This commit is contained in:
parent
a2dc9e3be9
commit
53be27c44b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user