From 9e67d160e42abc17428e9c30d7d336cea960f87a Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Tue, 23 Dec 2025 08:13:47 +0000 Subject: list-stale: move first log to debug --- lib/input_foreman.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/input_foreman.ml') 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 [] -- cgit v1.2.3