Skip to content

Commit 885b62c

Browse files
committed
[FIX]added db name in logger
1 parent cb72180 commit 885b62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector_magento/wizards/magento_binding_backend_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _get_magento_binding_model(self):
6161
_logger.info(
6262
"No component registry for database %s. "
6363
"Probably because the Odoo registry has not been built "
64-
"yet."
64+
"yet." % (self.env.cr.dbname)
6565
)
6666
return []
6767
component_classes = components_registry.lookup(

0 commit comments

Comments
 (0)