aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/utility.cxx')
-rw-r--r--bdep/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/utility.cxx b/bdep/utility.cxx
index 3d97090..5c9e2c2 100644
--- a/bdep/utility.cxx
+++ b/bdep/utility.cxx
@@ -118,7 +118,7 @@ namespace bdep
}
catch (const invalid_path& e)
{
- fail << "invalid " << what << " directory " << e.path;
+ fail << "invalid " << what << ' ' << e.path;
}
catch (const system_error& e)
{