From 61f695f40a49a92c261d95bd6ced296691716a3d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 26 May 2023 16:14:46 +0200 Subject: [PATCH] mount-util: Downgrade another noisy debug log to trace level --- src/shared/mount-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/mount-util.c b/src/shared/mount-util.c index 2b1c108bfff..7b791a96e8b 100644 --- a/src/shared/mount-util.c +++ b/src/shared/mount-util.c @@ -266,7 +266,7 @@ int bind_remount_recursive_with_mountinfo( if (path_startswith(path, *i)) { deny_listed = true; - log_debug("Not remounting %s deny-listed by %s, called for %s", path, *i, prefix); + log_trace("Not remounting %s deny-listed by %s, called for %s", path, *i, prefix); break; } } -- 2.47.3