forked from Mirrors/freeswitch
typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16048 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f98c0a2b9b
commit
b67f2b2d78
@ -1313,7 +1313,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_preprocess_session(switch_core_sessio
|
||||
if (mutex) switch_mutex_unlock(mutex);
|
||||
|
||||
if (err) {
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Syntax error parsing preprossor commands\n");
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Syntax error parsing preprocessor commands\n");
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user