Change verbosity of TCP read/sent to debug

This commit is contained in:
2023-09-06 14:11:18 +12:00
parent ed43aaa878
commit 7b39dafd12
2 changed files with 5 additions and 5 deletions

View File

@@ -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));
}