diff --git a/application/Espo/Classes/Jobs/CheckEmailAccounts.php b/application/Espo/Classes/Jobs/CheckEmailAccounts.php index fbd721085f..6648f788bf 100644 --- a/application/Espo/Classes/Jobs/CheckEmailAccounts.php +++ b/application/Espo/Classes/Jobs/CheckEmailAccounts.php @@ -52,7 +52,7 @@ class CheckEmailAccounts implements Job try { $this->service->fetch($targetId); } catch (Throwable $e) { - throw new RuntimeException("CheckInboundEmails job failed, $targetId; {$e->getMessage()}", 0, $e); + throw new RuntimeException("CheckEmailAccounts job failed, $targetId; {$e->getMessage()}", 0, $e); } } }