From f195d001c6a580731f3be3e7cf649c1675e82027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 31 May 2022 07:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoroutineClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CoroutineClient.php b/CoroutineClient.php index 3eb944f..1827946 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -87,7 +87,6 @@ class CoroutineClient extends ClientAbstracts $this->client->execute($this->setParams($path, $data)); if ($this->client->statusCode < 1) { $logger = Kiri::getDi()->get(LoggerInterface::class); - $errMsg = sprintf("%s://%s:%s/%s -> error: %s", $this->isSSL() ? "https" : "http", $this->getHost(), $this->getPort(), $path, $this->client->errMsg);