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/sync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index 4084572..beeec10 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -509,7 +509,7 @@ namespace bdep } catch (const io_error& e) { - fail << "unable to write " << f << ": " << e; + fail << "unable to write to " << f << ": " << e; } } } -- cgit v1.1