From 197710d2af248a9b98ed33bd391e1ece0ced5833 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 9 Aug 2023 15:47:14 +0800 Subject: [PATCH] better logging --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2