summaryrefslogtreecommitdiff
path: root/src/partition
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-06 10:00:50 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-06 10:24:56 +0100
commit375ffdba43f6dac5f4b1222d4e345f7cdf868f8c (patch)
tree73b8f29d393b9306e592f6568d19d88f9117be39 /src/partition
parentecf4be2952ed13fc1521ae13fcc9543c2f873efe (diff)
downloadsystemd-375ffdba43f6dac5f4b1222d4e345f7cdf868f8c.tar.gz
repart: fix invalid errno in log
Diffstat (limited to 'src/partition')
-rw-r--r--src/partition/repart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/repart.c b/src/partition/repart.c
index 73712a36eb..8e878dbd8b 100644
--- 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;
}