mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 03:43:26 +08:00
paparazzicenter: don't colorize strings with info in green, only on message
This commit is contained in:
@@ -207,7 +207,7 @@ let () =
|
||||
|
||||
let errors = "red", ["error"; "no such file"; "undefined reference"; "failure"]
|
||||
and warnings = "orange", ["warning"]
|
||||
and info = "green", ["message"; "info"] in
|
||||
and info = "green", ["message"] in
|
||||
|
||||
let color_regexps =
|
||||
List.map (fun (color, strings) ->
|
||||
|
||||
Reference in New Issue
Block a user