From af0c7cfe6aa92c7aee35660f1b5bbf804edfb85c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 23 Jun 2016 15:46:59 -0600 Subject: [PATCH] Uncomment two lines to restore the debug check. --- .../resources/scripts/configuration/local_stream.conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua b/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua index b48024f80d..ade6991b4c 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua @@ -65,9 +65,9 @@ table.insert(xml, [[ ]]); table.insert(xml, [[]]); 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();