Skip to content

Commit

Permalink
fix log message capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhiendl committed Jun 20, 2023
1 parent 27cea00 commit 7071678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Eav/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ protected function _loadEntityTypes()
if (Mage::getIsDeveloperMode()) {
throw new Exception('Failed loading of eav entity type because it does not exist: ' . $entityModelClass);
} else {
Mage::log('skipped loading of eav entity type because it does not exist: ' . $entityModelClass);
Mage::log('Skipped loading of eav entity type because it does not exist: ' . $entityModelClass);
}
continue;
}
Expand Down

0 comments on commit 7071678

Please sign in to comment.