commit f4d56954e7f0b0523b9214b282a8b965b06cf500
Author: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Thu May 23 08:13:19 2013 +0200
Improve error message reported to the user
pkgdb-cli | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pkgdb-cli b/pkgdb-cli
index cd43993..daf56d6 100755
--- a/pkgdb-cli
+++ b/pkgdb-cli
@@ -354,8 +354,8 @@ def _answer_acl(action, user, packagename, answer, branch):
packagename,
branch)
else:
- print "ACL request could not be {0}, do you have the rights to" \
- " so?".format(answer)
+ print "ACL request could not be {0}".format(answer)
+ print pkgdbinfo['message']
def _handle_acl_request(packagename, action, branch, cancel=False):