Make debug logging of binkd consistent with other logging statements
This commit is contained in:
parent
cfb408766f
commit
d25dae2427
@ -436,7 +436,7 @@ final class Binkp extends BaseProtocol
|
||||
}
|
||||
|
||||
if (static::DEBUG)
|
||||
Log::debug(sprintf('%s: - binkp_recv BUFFER [%d]',self::LOGKEY,strlen($this->rx_buf)));
|
||||
Log::debug(sprintf('%s:- rx_buf size [%d]',self::LOGKEY,strlen($this->rx_buf)));
|
||||
|
||||
$msg = ord(substr($this->rx_buf,0,1));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user