Skip to content

Commit

Permalink
mount-util: Downgrade another noisy debug log to trace level
Browse files Browse the repository at this point in the history
(cherry picked from commit 61f695f)
  • Loading branch information
DaanDeMeyer authored and bluca committed Jul 7, 2023
1 parent 18e08a4 commit 3a4601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/mount-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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;
}
}
Expand Down

0 comments on commit 3a4601b

Please sign in to comment.