From: Zbigniew Jędrzejewski-Szmek Date: Mon, 6 Feb 2023 09:00:50 +0000 (+0100) Subject: repart: fix invalid errno in log X-Git-Tag: v253-rc3~37^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=375ffdba43f6dac5f4b1222d4e345f7cdf868f8c;p=thirdparty%2Fsystemd.git repart: fix invalid errno in log --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 73712a36eb6..8e878dbd8b2 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; }