cleanup log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user