Minor cosmetic changes, show hex_dump when data purged from protocol stream
This commit is contained in:
@@ -1300,7 +1300,7 @@ final class Binkp extends BaseProtocol
|
||||
if (strlen($buf) == 0)
|
||||
break;
|
||||
|
||||
Log::warning(sprintf('%s: - Purged (%s) [%d] bytes from input stream',self::LOGKEY,serialize($buf),strlen($buf)));
|
||||
Log::warning(sprintf('%s: - Purged (%s) [%d] bytes from input stream',self::LOGKEY,hex_dump($buf),strlen($buf)));
|
||||
}
|
||||
|
||||
while (! $this->error && ($this->mqueue->count() || $this->tx_left) && $this->binkp_send());
|
||||
|
Reference in New Issue
Block a user