add a debug message

This commit is contained in:
Yann Leboulanger 2005-08-06 10:11:02 +00:00
parent 55dcc3e8bb
commit e05c6de71f
1 changed files with 1 additions and 0 deletions

View File

@ -870,6 +870,7 @@ class Connection:
self.to_be_sent.append(iq)
def _HttpAuthCB(self, con, iq_obj):
gajim.log.debug('HttpAuthCB')
opt = gajim.config.get_per('accounts', self.name, 'http_auth')
if opt in ['yes', 'no']:
self.build_http_auth_answer(iq_obj, opt)