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 commit375ffdba43
) (cherry picked from commit31b7785814
) (cherry picked from commit828e73a7bb
)
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…
Reference in New Issue
Block a user