Closed csiess closed 6 years ago
Hi,
in web_ping.py, line 736 the correct line should be: self.logger.warn('NTLM authentication failed due to configuration issue stanza=%s, message="%s"', stanza, str(e))
message=%s is right, message=%d is wrong.
thanks, Christoph
Good catch. I fixed this.
Hi,
in web_ping.py, line 736 the correct line should be: self.logger.warn('NTLM authentication failed due to configuration issue stanza=%s, message="%s"', stanza, str(e))
message=%s is right, message=%d is wrong.
thanks, Christoph