mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
mount-util: Downgrade log message to trace
This debug log message is extremely noisy so let's downgrade it to trace.
This commit is contained in:
parent
a27f253276
commit
62c505e1c7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user