Skip to content

Commit

Permalink
[FIX]added db name in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
RUS authored and RUS committed May 25, 2022
1 parent cb72180 commit 885b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_magento/wizards/magento_binding_backend_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _get_magento_binding_model(self):
_logger.info(
"No component registry for database %s. "
"Probably because the Odoo registry has not been built "
"yet."
"yet." % (self.env.cr.dbname)
)
return []
component_classes = components_registry.lookup(
Expand Down

0 comments on commit 885b62c

Please sign in to comment.