]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-util: Downgrade log message to trace
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 May 2023 07:48:24 +0000 (09:48 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 May 2023 10:48:14 +0000 (12:48 +0200)
This debug log message is extremely noisy so let's downgrade it to
trace.

src/shared/mount-util.c

index 6dbb65ce1069238adb46593bed723f5744c1e84a..2b1c108bfff59f7385848623e36a6632784b4898 100644 (file)
@@ -79,7 +79,7 @@ int umount_recursive_full(const char *prefix, int flags, char **keep) {
                                 continue;
 
                         if (prefix && !path_startswith(path, prefix)) {
-                                log_debug("Not unmounting %s, outside of prefix: %s", path, prefix);
+                                log_trace("Not unmounting %s, outside of prefix: %s", path, prefix);
                                 continue;
                         }