diff --git a/product/ERP5Type/Message.py b/product/ERP5Type/Message.py index 93819859eba4e9bd78e3cc658b4b280f64e77ddc..e56dca586fdf36660d6c45f18825303e34045989 100644 --- a/product/ERP5Type/Message.py +++ b/product/ERP5Type/Message.py @@ -36,7 +36,7 @@ except ImportError: # on Zope 2.12, though we should try to see if it works on 2.8 as well import zLOG, sys zLOG.LOG('Products.ERP5Type.Messages', - zLOG.ERROR, + zLOG.INFO, 'Products.PageTemplates.GlobalTranslationService has been removed. ' 'Using alternative implementation',) import zope.i18n