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/new.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/new.cxx') diff --git a/bdep/new.cxx b/bdep/new.cxx index 7b2da31..48dd493 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -2106,7 +2106,7 @@ namespace bdep } catch (const io_error& e) { - fail << "unable to write " << cf << ": " << e; + fail << "unable to write to " << cf << ": " << e; } // Cancel auto-removal of the files we have created. @@ -2131,7 +2131,7 @@ namespace bdep } catch (const io_error& e) { - fail << "unable to write " << f << ": " << e; + fail << "unable to write to " << f << ": " << e; } } -- cgit v1.1