aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-07 11:18:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-07 11:18:28 +0200
commitbbc87d7d08244f85343d86fb8a126185c566fe95 (patch)
tree4ab73f8311711e2a993e5129d2e5b2879b4227f5 /bdep/sync.cxx
parentd268ff193e240751485bb6ff01268d45c21548ed (diff)
Cosmetic changes
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}