projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf4be2
)
repart: fix invalid errno in log
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 6 Feb 2023 09:00:50 +0000
(10:00 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 6 Feb 2023 09:24:56 +0000
(10:24 +0100)
src/partition/repart.c
patch
|
blob
|
history
diff --git
a/src/partition/repart.c
b/src/partition/repart.c
index 73712a36eb677dfc10da65c4d52ff9d523ab60c7..8e878dbd8b2f656da18afbc2e22ef87b0e090132 100644
(file)
--- a/
src/partition/repart.c
+++ b/
src/partition/repart.c
@@
-5108,7
+5108,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;
}