diff --git a/httpclient.php b/httpclient.php index 984adb2..024bdf2 100644 --- a/httpclient.php +++ b/httpclient.php @@ -600,8 +600,8 @@ class Httpclient if ($this->contentMethod === "chunked") $this->log (1, "URL $this->method $this->url $this->httpCode Chunked"); else - $this->log (1, "URL $this->method $this->url $this->httpCode $this->bodySize"); - + $this->log (1, "URL $this->method $this->url $this->httpCode ". + $this->bodySize); // }}} } // }}}