~camptocamp/openobject-server/5.0-c2c-official

« back to all changes in this revision

Viewing changes to bin/addons/base/module/module.py

  • Committer: Vincent Renaville
  • Date: 2010-09-07 14:56:41 UTC
  • mfrom: (1760.32.243 server)
  • Revision ID: vincent.renaville@camptocamp.com-20100907145641-btw9a3bqall231ua
[MRG] merge to 5.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
                logger.notifyChannel("init", netsvc.LOG_WARNING, 'module %s: description is empty !' % (mod.name,))
512
512
 
513
513
            if not mod.certificate or not mod.certificate.isdigit():
514
 
                logger.notifyChannel('init', netsvc.LOG_WARNING, 'module %s: no quality certificate' % (mod.name,))
 
514
                logger.notifyChannel('init', netsvc.LOG_INFO, 'module %s: no quality certificate' % (mod.name,))
515
515
            else:
516
516
                val = long(mod.certificate[2:]) % 97 == 29
517
517
                if not val: