From a55f302c289bf6f855b944c8e74f1eac2382d9ab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Nov 2019 11:17:58 +0200 Subject: Cosmetic changes --- bbot/utility.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbot/utility.txx b/bbot/utility.txx index 98ae729..f82d133 100644 --- a/bbot/utility.txx +++ b/bbot/utility.txx @@ -146,7 +146,7 @@ namespace bbot try { if (f.string () == "-") - return parse_manifest (std::cin, "stdin", what, fh, iu); + return parse_manifest (std::cin, "", what, fh, iu); if (!file_exists (f)) fail (fh) << what << " manifest file " << f << " does not exist"; @@ -233,7 +233,7 @@ namespace bbot } catch (const io_error& e) { - fail (fh) << "unable to write " << what << " manifest " << name + fail (fh) << "unable to write to " << what << " manifest " << name << ": " << e; } } -- cgit v1.1