cleanup log

This commit is contained in:
2021-11-18 16:57:52 +08:00
parent 416d598170
commit 14406d5cc3
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ local convert = ngx.var.convert
if not magick then
if not convert then
ngx.status = 500
ngx.say("image magick not found.")
ngx.say("ImageMagick NOT FOUND.")
return
end
magick = ""
@@ -43,5 +43,5 @@ if result and code == 0 then
ngx.say(content)
else
ngx.status = 500
ngx.say("image combine failed.")
ngx.say("IMAGE COMBINE *FAILED*")
end