diff options
| -rw-r--r-- | lib/input_foreman.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/input_foreman.ml b/lib/input_foreman.ml index f010cbc..1b23c77 100644 --- a/lib/input_foreman.ml +++ b/lib/input_foreman.ml @@ -607,8 +607,8 @@ let lock ~env ~sw ~proc_mgr ~domain_count ?(force = false) ?names () : (unit, er lock_many ~env ~sw ~proc_mgr ~domain_count ~force ~names let list_stale ~env: _ ~sw ~proc_mgr ~domain_count ~names : (unit, error) result = - Logs.info (fun m -> - m "Listing stale for: %a" Fmt.(brackets (list ~sep: semi Name.pp)) names + Logs.debug (fun m -> + m "Probing stale for: %a" Fmt.(brackets (list ~sep: semi Name.pp)) names ); let sem = Eio.Semaphore.make domain_count and errors = ref [] |
