Change verbosity of TCP read/sent to debug
This commit is contained in:
@@ -338,7 +338,7 @@ final class SocketClient {
|
||||
return $result;
|
||||
}
|
||||
|
||||
Log::error(sprintf('%s:! Request to read [%d] chars resulted in no data',self::LOGKEY,$len));
|
||||
Log::debug(sprintf('%s:! Request to read [%d] chars resulted in no data',self::LOGKEY,$len));
|
||||
throw new SocketException($x=socket_last_error($this->connection),socket_strerror($x));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user