Record AKA we are sending to, not system name
This commit is contained in:
parent
d3c8bc844a
commit
b88046d57e
@ -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 {
|
} else {
|
||||||
// @todo We should only send netmail if unauthenticated - netmail that is direct to this node (no routing)
|
// @todo We should only send netmail if unauthenticated - netmail that is direct to this node (no routing)
|
||||||
|
Loading…
Reference in New Issue
Block a user