Some debugging to track packet names created for sending
This commit is contained in:
@@ -104,11 +104,13 @@ class Packet extends FTNBase implements \Iterator, \Countable
|
||||
$this->messages = collect();
|
||||
$this->errors = collect();
|
||||
$this->domain = NULL;
|
||||
$this->name = sprintf('%08x',timew());
|
||||
|
||||
// If we are creating an outbound packet, we need to set our header
|
||||
if ($oo && $o)
|
||||
if ($oo && $o) {
|
||||
$this->name = sprintf('%08x',timew());
|
||||
Log::debug(sprintf('%s:Creating packet [%s]',self::LOGKEY,$this->name));
|
||||
$this->newHeader($oo,$o);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user