From b88046d57e30d640d825461b21ce768043b755eb Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 26 Jun 2024 23:11:08 +1000 Subject: [PATCH] Record AKA we are sending to, not system name --- app/Classes/Protocol/Binkp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Protocol/Binkp.php b/app/Classes/Protocol/Binkp.php index 45da78e..508741c 100644 --- a/app/Classes/Protocol/Binkp.php +++ b/app/Classes/Protocol/Binkp.php @@ -1532,7 +1532,7 @@ final class Binkp extends BaseProtocol */ } - Log::info(sprintf('%s:- We have [%d] items to send to [%s]',self::LOGKEY,$this->send->togo_count,$ao->system->name)); + Log::info(sprintf('%s:- We have [%d] items to send to [%s]',self::LOGKEY,$this->send->togo_count,$ao->ftn)); } else { // @todo We should only send netmail if unauthenticated - netmail that is direct to this node (no routing)