diff --git a/public/include/classes/tools.class.php b/public/include/classes/tools.class.php index 3bcf16e1..0c573369 100644 --- a/public/include/classes/tools.class.php +++ b/public/include/classes/tools.class.php @@ -87,7 +87,7 @@ class Tools extends Base { break; } } else { - $this->setErrorMessage("Got an invalid response using URL ".$this->config['price']['url']." and target ".$this->config['price']['target']); + $this->setErrorMessage("Got an invalid response from ticker API"); return false; } // Catchall, we have no data extractor for this API url