Uncomment two lines to restore the debug check.

This commit is contained in:
markjcrane 2016-06-23 15:46:59 -06:00
parent 36418f8a59
commit af0c7cfe6a
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@
table.insert(xml, [[ </section>]]);
table.insert(xml, [[</document>]]);
XML_STRING = table.concat(xml, "\n");
-- if (debug["xml_string"]) then
if (debug["xml_string"]) then
freeswitch.consoleLog("notice", "[xml_handler] XML_STRING: " .. XML_STRING .. "\n");
-- end
end
--close the database connection
dbh:release();