Skip to content
Snippets Groups Projects
Commit 8b7b6949 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[runtime] add comment indicating why we use Format directly

parent c541fac6
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ module Plugins = struct ...@@ -62,6 +62,7 @@ module Plugins = struct
try try
load p load p
with e -> with e ->
(* We don't have access to Kernel's log mechanisms here. *)
Format.printf "Warning: failed to load plugin '%s' (exception: %s)@." Format.printf "Warning: failed to load plugin '%s' (exception: %s)@."
p (Printexc.to_string e); p (Printexc.to_string e);
Format.printf " Try recompiling it or \ Format.printf " Try recompiling it or \
......
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