X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Flists.rpc.py;h=c456f35484b92273ee4d48eb9f6b0f3c54a4f0c9;hb=7e5eebb9e2f1a0c60ca9827a3882d94e78c5a8f6;hp=514bb5c23ecabf899f674ac907e50ed23fe917f0;hpb=ae525b0ebeec40cfeb7d14328fd7f15feb711792;p=platal.git diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 514bb5c..c456f35 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -148,6 +148,7 @@ class BasicAuthXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): userdesc = UserDesc(forlife, name, None, 0) return (userdesc, perms, vhost) else: + print "no user found for uid: %s, passwd: %s" % (uid, md5) return None ################################################################################