diff --git a/scripts/lib/upyun_upload.lua b/scripts/lib/upyun_upload.lua index 3687afe..08ee482 100644 --- a/scripts/lib/upyun_upload.lua +++ b/scripts/lib/upyun_upload.lua @@ -40,7 +40,7 @@ function upyun_upload.upload(filepath, filename) else ngx.status = 200 local fullpath = ngx.var.upyun_domain .. "/" .. directory .. "/" .. filename - ngx.log(ngx.INFO, "UPYUN URL -> ", fullpath) + ngx.log(ngx.INFO, "SUCCESS UPLOAD -> UPYUN URL -> ", fullpath) ngx.say(fullpath) end end