Skip to content

Commit

Permalink
Update app/code/Magento/Cron/Model/DeadlockRetrier.php
Browse files Browse the repository at this point in the history
Co-authored-by: Buba Suma <bubasuma@users.noreply.github.com>
  • Loading branch information
driskell and bubasuma committed Nov 24, 2020
1 parent e70027f commit 92dc764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Cron/Model/DeadlockRetrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function execute(callable $callback, AdapterInterface $connection)
try {
return $callback();
} catch (DeadlockException $e) {
$this->logger->warning(sprintf("Deadlock detected in cron cleanup: %s", $e->getMessage()));
$this->logger->warning(sprintf("Deadlock detected in cron: %s", $e->getMessage()));
continue;
}
}
Expand Down

0 comments on commit 92dc764

Please sign in to comment.