diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-05 18:58:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-05 18:58:16 +0200 |
commit | 9db8acccdfcf611f8e33e5df1244a4671cc9a6a2 (patch) | |
tree | 9e510fc528c288c408f3ff9770eb3af151e111ac | |
parent | eedc1dfc807ea884e33aa8c1e7eace803c2186cd (diff) |
Minor diagnostics improvement
-rw-r--r-- | bpkg/rep-add.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-add.cxx b/bpkg/rep-add.cxx index 4348206..0c06ce6 100644 --- a/bpkg/rep-add.cxx +++ b/bpkg/rep-add.cxx @@ -63,7 +63,7 @@ namespace bpkg t.commit (); if (verb) - text << "added " << rn; + text << "added repository " << rn; return 0; } |