From 88bedd3896e383e550203e0056fd3b19dd2cef66 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 09:47:49 +0200 Subject: Fix typo --- build2/cc/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx index 7ed8a9d..87f9ae9 100644 --- a/build2/cc/module.cxx +++ b/build2/cc/module.cxx @@ -199,7 +199,7 @@ namespace build2 // This is where we suggest that the user specifies --config-sub to // help us out. // - fail << "unable to parse " << x_lang << "compiler target '" + fail << "unable to parse " << x_lang << " compiler target '" << ci.target << "': " << e.what () << info << "consider using the --config-sub option"; } -- cgit v1.1