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