diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-23 08:13:47 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-23 08:13:47 +0000 |
| commit | 9e67d160e42abc17428e9c30d7d336cea960f87a (patch) | |
| tree | 3989434bfa647044a0a4154ce98de7a9649a3439 | |
| parent | 750c3fade6d0f83fc3fc1d03a58cd31f5c91ed29 (diff) | |
| download | nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.tar nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.tar.gz nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.tar.bz2 nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.tar.lz nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.tar.xz nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.tar.zst nixtaml-9e67d160e42abc17428e9c30d7d336cea960f87a.zip | |
list-stale: move first log to debug
| -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 [] |
