This commit is contained in:
Hannes Mehnert 2017-12-20 22:29:22 +01:00
parent 19c37d2ca1
commit bd8cc0ad22
2 changed files with 4 additions and 4 deletions

View file

@ -364,7 +364,7 @@ module Log = struct
| `Signal n -> "signal", n
| `Stop n -> "stop", n
in
Fmt.pf ppf "STOPPED %d with %s %d" pid s c
Fmt.pf ppf "STOPPED %d with %s %a" pid s Fmt.Dump.signal c
| `Block_create (name, size) ->
Fmt.pf ppf "BLOCK_CREATE %s %d" name size
| `Block_destroy name -> Fmt.pf ppf "BLOCK_DESTROY %s" name