aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cerrors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cerrors.ml')
-rw-r--r--cparser/Cerrors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cerrors.ml b/cparser/Cerrors.ml
index c8fc65db..cc6cc0f3 100644
--- a/cparser/Cerrors.ml
+++ b/cparser/Cerrors.ml
@@ -329,7 +329,7 @@ let crash exn =
bc Version.version Version.buildnr Version.tag rsc;
eprintf "Backtrace (please include this in your support request):\n%s"
backtrace;
- eprintf "%tUncaught exception:%s.\n\
+ eprintf "%tUncaught exception: %s.\n\
\ Please report this problem to our support.\n\
\ Error occurred in Build: %s, Tag: %s.\n%t"
rc (Printexc.to_string exn) Version.buildnr Version.tag rsc;