Colorize Output[<id>]

This commit is contained in:
Jérémie Dimino 2017-02-25 01:49:20 +00:00
parent 0ba7299117
commit 6bb3f6a7b5
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ module Scheduler = struct
match status with
| WEXITED 0 ->
if output <> "" then
Printf.eprintf "Output[%d]:\n%s%!" job.id output;
Format.eprintf "@{<kwd>Output@}[@{<id>%d@}]:\n%s%!" job.id output;
Ivar.fill job.job.ivar ()
| WEXITED n ->
Format.eprintf "\n@{<kwd>Command@} [@{<id>%d@}] exited with code %d:\n\