aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-01-17 15:13:47 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-01-17 15:13:47 +0100
commite2919da34ac8105b22e116a6b687a6f544b05142 (patch)
tree68a4bfab5907c3b9900a7e804e8dcfacdd7becce /cparser
parenta88b623c82f081b4c79cbaace4a8ed1cee05c9bd (diff)
downloadcompcert-e2919da34ac8105b22e116a6b687a6f544b05142.tar.gz
compcert-e2919da34ac8105b22e116a6b687a6f544b05142.zip
Remove duplaceted relese. Bug 20681
Diffstat (limited to 'cparser')
-rw-r--r--cparser/Cerrors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cerrors.ml b/cparser/Cerrors.ml
index cc6cc0f3..df992e04 100644
--- a/cparser/Cerrors.ml
+++ b/cparser/Cerrors.ml
@@ -325,7 +325,7 @@ let raise_on_errors () =
let crash exn =
if Version.buildnr <> "" && Version.tag <> "" then begin
let backtrace = Printexc.get_backtrace () in
- eprintf "%tThis is CompCert, Release:%s, Build:%s, Tag:%s%t\n"
+ eprintf "%tThis is CompCert, %s, Build:%s, Tag:%s%t\n"
bc Version.version Version.buildnr Version.tag rsc;
eprintf "Backtrace (please include this in your support request):\n%s"
backtrace;