From bbc87d7d08244f85343d86fb8a126185c566fe95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Nov 2019 11:18:28 +0200 Subject: Cosmetic changes --- bdep/utility.txx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bdep/utility.txx') diff --git a/bdep/utility.txx b/bdep/utility.txx index cf03911..81fd68c 100644 --- a/bdep/utility.txx +++ b/bdep/utility.txx @@ -262,7 +262,7 @@ namespace bdep try { if (f.string () == "-") - return parse_manifest (std::cin, "stdin", what, iu); + return parse_manifest (std::cin, "", what, iu); if (!file_exists (f)) fail << what << " manifest file " << f << " does not exist"; @@ -352,7 +352,8 @@ namespace bdep } catch (const io_error& e) { - fail << "unable to write " << what << " manifest " << name << ": " << e; + fail << "unable to write to " << what << " manifest " << name << ": " + << e; } } -- cgit v1.1