FSCORE-552
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16694 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
df4b1f5968
commit
ee2345d81c
|
@ -365,7 +365,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro(switch_core_session_t *s
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!matches) {
|
if (!matches) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Macro [%s] did not match any patterns\n", macro_name);
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Macro [%s]: '%s' did not match any patterns\n", macro_name, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (old_sound_prefix) {
|
if (old_sound_prefix) {
|
||||||
|
|
Loading…
Reference in New Issue