From 1b3502b072a9930af2345879d3ad42854ba3a287 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 7 Jun 2022 11:20:09 +0200 Subject: [PATCH] test-mountpoint-util: fix NULL arg to %s --- src/test/test-mountpoint-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test-mountpoint-util.c b/src/test/test-mountpoint-util.c index 6f9e68f4d99..6daab022aa1 100644 --- a/src/test/test-mountpoint-util.c +++ b/src/test/test-mountpoint-util.c @@ -20,7 +20,7 @@ static void test_mount_propagation_flags_one(const char *name, int ret, unsigned long expected) { unsigned long flags; - log_info("/* %s(%s) */", __func__, name); + log_info("/* %s(%s) */", __func__, strnull(name)); assert_se(mount_propagation_flags_from_string(name, &flags) == ret); -- 2.47.3