变更
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user