Browse Source

Downgrade to INFO, since runbots install this.

pull/250/head
Jairo Llopis 9 years ago
parent
commit
0b53adc342
  1. 2
      base_contact/models/ir_model.py

2
base_contact/models/ir_model.py

@ -14,5 +14,5 @@ class IrModel(models.Model):
@api.cr
def _register_hook(self, cr):
"""Only warn in installed instances."""
_logger.warning("This module is DEPRECATED. See README.")
_logger.info("WARNING: This module is DEPRECATED. See README.")
return super(IrModel, self)._register_hook(cr)
Loading…
Cancel
Save