From: Raymond Chandler Date: Mon, 21 Sep 2009 16:34:30 +0000 (+0000) Subject: this could be helpful to someone X-Git-Tag: v1.0.6~1835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=315e46001b3df42e47d22b4fb0ba086d016ddcb9;p=thirdparty%2Ffreeswitch.git this could be helpful to someone git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14936 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/say/mod_say_en/mod_say_en.c b/src/mod/say/mod_say_en/mod_say_en.c index 416c605a08..9043ec0896 100644 --- a/src/mod/say/mod_say_en/mod_say_en.c +++ b/src/mod/say/mod_say_en/mod_say_en.c @@ -362,6 +362,7 @@ static switch_status_t en_say_time(switch_core_session_t *session, char *tosay, } if (tz) { + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Timezone is [%s]\n", tz); int check = atoi(tz); if (check) { switch_time_exp_tz(&tm, target, check);