From: Alan Date: Wed, 9 Aug 2023 07:47:14 +0000 (+0800) Subject: better logging X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=197710d2af248a9b98ed33bd391e1ece0ced5833 better logging --- diff --git a/Notify.php b/Notify.php index 35843324..69dd1cd6 100644 --- a/Notify.php +++ b/Notify.php @@ -273,11 +273,11 @@ class Pman_Core_Notify extends Pman if ($pushed === false) { // we only try once to requeue.. - $this->logecho("REQUEING email for next run, as we have maxed out that domain"); + $this->logecho("REQUEING - maxed out that domain - {$email}"); $requeue[] = $p; continue; } - $this->logecho("PUSHING email, as we have maxed out that domain"); + $this->logecho("PUSHING - maxed out that domain - {$email}"); $pushed[] = $p;