From a8db9964c3d4f1ac4b2be158fc34decdb0a84771 Mon Sep 17 00:00:00 2001 From: James Rose Date: Wed, 28 Nov 2012 23:10:53 +0000 Subject: [PATCH] forgot \n on messages. --- includes/install/scripts/fax_retry.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/install/scripts/fax_retry.lua b/includes/install/scripts/fax_retry.lua index dcc07d67b3..d0bb750365 100644 --- a/includes/install/scripts/fax_retry.lua +++ b/includes/install/scripts/fax_retry.lua @@ -133,7 +133,7 @@ else --the fax failed completely. send a message freeswitch.consoleLog("INFO","FAX_RETRY FAILED: TRIED ["..fax_retry_attempts.."] of [4]: GIVING UP\n"); - freeswitch.consoleLog("INFO", "FAX_RETRY_STATS FAILURE: GATEWAY[".. fax_uri .."], tried 5 combinations without success"); + freeswitch.consoleLog("INFO", "FAX_RETRY_STATS FAILURE: GATEWAY[".. fax_uri .."], tried 5 combinations without success\n"); email_address = email_address:gsub("\\,", ","); @@ -174,7 +174,7 @@ else fax_trial = "fax_retry had an issue and tried more than 5 times" end - freeswitch.consoleLog("INFO", "FAX_RETRY_STATS SUCCESS: GATEWAY[".. fax_uri .."] VARS[" .. fax_trial .. "]"); + freeswitch.consoleLog("INFO", "FAX_RETRY_STATS SUCCESS: GATEWAY[".. fax_uri .."] VARS[" .. fax_trial .. "]\n"); email_address = email_address:gsub("\\,", ","); freeswitch.email("",