Update fax_retry.lua

This commit is contained in:
FusionPBX
2016-12-02 00:52:10 -07:00
committed by GitHub
parent 3356c5857b
commit e3fee1a732

View File

@@ -384,9 +384,9 @@
domain_uuid = domain_uuid;
}
--if (debug["sql"]) then
if (debug["sql"]) then
freeswitch.consoleLog("notice", "[FAX] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");
--end
end
if (storage_type == "base64") then
local dbh = Database.new('system', 'base64');
dbh:query(sql, params);