|
@@ -144,7 +144,7 @@ let tips message =
|
|
|
(* Reset printing, to avoid color problem on some terminal (Konsole), the *)
|
|
|
let reset () =
|
|
|
match !already with
|
|
|
- | true -> debug "Resetted";
|
|
|
+ | true -> debug "Resetted colors";
|
|
|
Core_extended.Color_print.normal "" |> printf "%s\n"
|
|
|
| false -> debug "Not resetted"; ()
|
|
|
;;
|