vmmc: some newlines
This commit is contained in:
parent
0e975a2b32
commit
91bda433e8
|
@ -207,7 +207,7 @@ let stats _ opt_socket vms =
|
||||||
in
|
in
|
||||||
match r with
|
match r with
|
||||||
| Ok (name, (ru, vmm, ifs)) ->
|
| 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
|
name Vmm_core.pp_rusage ru
|
||||||
Fmt.(list ~sep:(unit "@.") (pair ~sep:(unit ": ") string int64)) vmm
|
Fmt.(list ~sep:(unit "@.") (pair ~sep:(unit ": ") string int64)) vmm
|
||||||
Fmt.(list ~sep:(unit "@.") Vmm_core.pp_ifdata) ifs) ;
|
Fmt.(list ~sep:(unit "@.") Vmm_core.pp_ifdata) ifs) ;
|
||||||
|
|
Loading…
Reference in a new issue