diff --git a/product/ERP5/Document/DeliveryRule.py b/product/ERP5/Document/DeliveryRule.py
index 54e8dc30180316ad759538e17f3442127c08d6c0..99be42822721d1817f98e16b120a6611141ca341 100644
--- a/product/ERP5/Document/DeliveryRule.py
+++ b/product/ERP5/Document/DeliveryRule.py
@@ -211,7 +211,7 @@ class DeliveryRule(Rule):
     # of hardcoded properties. Theses properties should now be
     # defined on the rule itself
     if len(property_list) == 0:
-      LOG("Order Rule , _getExpandablePropertyDict", WARNING,
+      LOG("Order Rule , getExpandablePropertyList", WARNING,
                  "Hardcoded properties set, please define your rule correctly")
       property_list = (
         'aggregate_list',
diff --git a/product/ERP5/Document/OrderRule.py b/product/ERP5/Document/OrderRule.py
index 630bac48915bdd2b5c40d2b5d340f7646e36c972..d729b4681f2403d336af6a6d2705566773c42c3d 100644
--- a/product/ERP5/Document/OrderRule.py
+++ b/product/ERP5/Document/OrderRule.py
@@ -159,7 +159,7 @@ class OrderRule(DeliveryRule):
     # of hardcoded properties. Theses properties should now be
     # defined on the rule itself
     if len(property_list) == 0:
-      LOG("Order Rule , _getExpandablePropertyDict", WARNING,
+      LOG("Order Rule , getExpandablePropertyList", WARNING,
                  "Hardcoded properties set, please define your rule correctly")
       property_list = (
         'aggregate_list',