Skip to content
Snippets Groups Projects
Commit 3cd2f28d authored by Michele Alberti's avatar Michele Alberti
Browse files

Rework detection initial info message.

parent 2b0a6470
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ let detect_default_solvers () = ...@@ -217,7 +217,7 @@ let detect_default_solvers () =
let detect filename = let detect filename =
let open Result in let open Result in
Logs.info (fun m -> Logs.info (fun m ->
m "Detecting solvers in $PATH, and writing configuration file `%s'." m "Detecting solvers and writing configuration file `%s'."
filename); filename);
(* Create new configuration file and retrieve the `config' from the existing (* Create new configuration file and retrieve the `config' from the existing
one, if any. *) one, if any. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment