From e2919da34ac8105b22e116a6b687a6f544b05142 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 17 Jan 2017 15:13:47 +0100 Subject: Remove duplaceted relese. Bug 20681 --- cparser/Cerrors.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cparser') 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; -- cgit