Skip to content

Commit 92dc764

Browse files
driskellbubasuma
andauthored
Update app/code/Magento/Cron/Model/DeadlockRetrier.php
Co-authored-by: Buba Suma <[email protected]>
1 parent e70027f commit 92dc764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/Model/DeadlockRetrier.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function execute(callable $callback, AdapterInterface $connection)
4444
try {
4545
return $callback();
4646
} catch (DeadlockException $e) {
47-
$this->logger->warning(sprintf("Deadlock detected in cron cleanup: %s", $e->getMessage()));
47+
$this->logger->warning(sprintf("Deadlock detected in cron: %s", $e->getMessage()));
4848
continue;
4949
}
5050
}

0 commit comments

Comments
 (0)