diff options
Diffstat (limited to 'libbuild2/dist/operation.cxx')
-rw-r--r-- | libbuild2/dist/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index ad829df..e3dadff 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -144,7 +144,7 @@ namespace build2 // since the meta operation is dist and we know what we are doing. // values params; - const path locf ("<dist>"); + const path locf ("<dist>"); // @@ PATH_NAME TODO const location loc (&locf); // Dummy location. const operations& ops (rs->root_extra->operations); @@ -822,7 +822,7 @@ namespace build2 } catch (const io_error& e) { - fail << "unable to write " << cp << ": " << e; + fail << "unable to write to " << cp << ": " << e; } } |