Commit 71e26b4b authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix bug #3906 (password in syslog)

parent cb24b8ab
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,8 +33,7 @@ class CCNode(object):
    def authentify(self, login, password):
        '''
        '''
        logging.debug('Authenticating user %s with password <%s>' % (login,
                      password))
        logging.debug('Authenticating user %s' % login)
        try:
            role = self._server.authentify(login, password)
            self._scheduler_run()