Explorar el Código

change error message

nagadomi hace 10 años
padre
commit
9486ed1d76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web.lua

+ 1 - 1
web.lua

@@ -167,7 +167,7 @@ function APIHandler:post()
 	 self:write("ERROR: unsupported image format.")
       else
 	 self:set_status(400)
-	 self:write("ERROR: max image size exceeded.")
+	 self:write("ERROR: image size exceeds maximum allowable size.")
       end
    end
    collectgarbage()