[PATCH 2/2] Log a little more info if an AuthError is catched

Pierre-Yves Chibon pingou at pingoured.fr
Tue Nov 4 09:57:00 UTC 2014


---
 scripts/process-git-requests/process-git-requests | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests
index bdf4dff..a4230de 100755
--- a/scripts/process-git-requests/process-git-requests
+++ b/scripts/process-git-requests/process-git-requests
@@ -189,6 +189,7 @@ def add_package(pkgdb, request, bug):
                     'Approved',
                     i)
         except AuthError, e:
+            logging.debug('It says AuthError: %s', e)
             if sys.stdin.isatty():
                 if retry >= config['pkgdb.retries']:
                     break
-- 
1.9.3



More information about the rel-eng mailing list