From 91bda433e8a1bb959506a07c8ce90f288b45a03e Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 22 Sep 2018 11:54:10 +0200 Subject: [PATCH] vmmc: some newlines --- app/vmmc.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmmc.ml b/app/vmmc.ml index c22527e..0298f28 100644 --- a/app/vmmc.ml +++ b/app/vmmc.ml @@ -207,7 +207,7 @@ let stats _ opt_socket vms = in match r with | Ok (name, (ru, vmm, ifs)) -> - Logs.app (fun m -> m "stats %s: %a %a %a" + Logs.app (fun m -> m "stats %s@.%a@.%a@.%a@." name Vmm_core.pp_rusage ru Fmt.(list ~sep:(unit "@.") (pair ~sep:(unit ": ") string int64)) vmm Fmt.(list ~sep:(unit "@.") Vmm_core.pp_ifdata) ifs) ;