aboutsummaryrefslogtreecommitdiff
path: root/build2/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/rule.cxx')
-rw-r--r--build2/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/rule.cxx b/build2/rule.cxx
index 433814e..a9b7c4e 100644
--- a/build2/rule.cxx
+++ b/build2/rule.cxx
@@ -226,7 +226,7 @@ namespace build2
}
catch (const system_error& e)
{
- fail << "unable to create directory " << d << ": " << e.what ();
+ fail << "unable to create directory " << d << ": " << e;
}
ts |= target_state::changed;