[IMP]: fetchmail: improve the log message

bzr revid: sbh@tinyerp.com-20110617063914-lue87brktmevt9a8
This commit is contained in:
Bhumika (OpenERP) 2011-06-17 12:09:14 +05:30
parent f2c41053ea
commit ca2598f997
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class email_server(osv.osv):
pop_server.quit()
logger.notifyChannel('imap', netsvc.LOG_INFO, 'fetchmail fetch %s email(s) from %s' % (numMsgs, server.name))
logger.notifyChannel(server.type, netsvc.LOG_INFO, 'fetchmail fetch %s email(s) from %s' % (numMsgs, server.name))
except Exception, e:
logger.notifyChannel(server.type, netsvc.LOG_WARNING, '%s' % (tools.ustr(e)))