diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-10 12:33:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-10 12:33:54 +0300 |
commit | b777cee2a0e5bb2d6c2d552d11c59672b0db8aa7 (patch) | |
tree | b63a475efe845a32812411df9d12a28d5128efdb /mod/mod-package-version-details.cxx | |
parent | ffdf09ec8951f0bcdd72b5b5edc9ac0079b79079 (diff) |
Adjust package submission result manifest message
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r-- | mod/mod-package-version-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx index ee7457a..bd06d76 100644 --- a/mod/mod-package-version-details.cxx +++ b/mod/mod-package-version-details.cxx @@ -145,7 +145,7 @@ handle (request& rq, response& rs) if (not_found) throw invalid_request ( - 404, "Package '" + pn.string () + ' ' + sver + "' not found"); + 404, "Package " + pn.string () + '/' + sver + " not (yet) found"); const string& name (pkg->name.string ()); |