diff --git a/src/Bot/Helpers/CatAPI.php b/src/Bot/Helpers/CatAPI.php index 21ef72f..a29b98b 100644 --- a/src/Bot/Helpers/CatAPI.php +++ b/src/Bot/Helpers/CatAPI.php @@ -46,7 +46,7 @@ class CatAPI { // anti smart-ass device if ($count > $this->hardLimit || $count <= 0) { - Analog::error('CatAPI: Invalid arguments: Count of ' . $count . ' is over the hard limit of ' . $this->hardLimit); + Analog::error('CatAPI: Invalid arguments: Count of ' . $count . ' is over the hard limit of ' . $this->hardLimit . ' or below or equal to zero'); throw new Exception("Unacceptable quantity: " . $count . ". Please try again with no more than " . $this->hardLimit . " picture(s)."); }