add log
This commit is contained in:
@@ -33,7 +33,7 @@ local function convert()
|
||||
|
||||
local cmd = "/usr/local/bin/file_convert" .. " " .. input_audio_file .. " " .. converted_audio_file
|
||||
|
||||
ngx.log(ngx.INFO, 'convert_audio -> Audio convert command -> ', cmd)
|
||||
ngx.log(ngx.INFO, 'convert_audio -> audio convert command -> ', cmd)
|
||||
|
||||
local result, _, code = os.execute(cmd)
|
||||
if result and code == 0 then
|
||||
|
||||
Reference in New Issue
Block a user