aboutsummaryrefslogtreecommitdiff
path: root/build2/version/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version/utility.cxx')
-rw-r--r--build2/version/utility.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/version/utility.cxx b/build2/version/utility.cxx
index 8211e85..0f8ea86 100644
--- a/build2/version/utility.cxx
+++ b/build2/version/utility.cxx
@@ -60,18 +60,18 @@ namespace build2
catch (const manifest_parsing& e)
{
location l (&in, e.line, e.column);
- fail (l) << e.description;
+ fail (l) << e.description << endf;
}
catch (const manifest_serialization& e)
{
location l (&r.path);
- fail (l) << e.description;
+ fail (l) << e.description << endf;
}
catch (const io_error& e)
{
fail << "io error: " << e <<
info << "while reading " << in <<
- info << "while writing " << r.path;
+ info << "while writing " << r.path << endf;
}
}
}