diff rhodecode/model/forms.py @ 2025:7e979933ffec beta

more work on improving info logging
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 23 Feb 2012 03:39:35 +0200
parents 87f0800abc7b
children 82a88013a3fd e121e10d4142
line wrap: on
line diff
--- a/rhodecode/model/forms.py	Thu Feb 23 02:48:32 2012 +0200
+++ b/rhodecode/model/forms.py	Thu Feb 23 03:39:35 2012 +0200
@@ -256,7 +256,7 @@
                     error_dict=self.e_dict_disable
                 )
             else:
-                log.warning('user %s not authenticated' % username)
+                log.warning('user %s failed to authenticate' % username)
                 raise formencode.Invalid(
                     self.message('invalid_password',
                     state=State_obj), value, state,