This commit is contained in:
2022-05-31 08:23:26 +08:00
parent f195d001c6
commit c149afa3f8
+2
View File
@@ -90,7 +90,9 @@ class CoroutineClient extends ClientAbstracts
$errMsg = sprintf("%s://%s:%s/%s -> error: %s", $this->isSSL() ? "https" : "http",
$this->getHost(), $this->getPort(), $path, $this->client->errMsg);
if (!empty($data)) {
$errMsg .= print_r($data, true);
}
$logger->error($errMsg);
}