FS-3321 Small correction on my own addition
This commit is contained in:
parent
e081e8045e
commit
a0a77f8cc6
|
@ -4307,7 +4307,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
|
|||
char *gw, *params;
|
||||
|
||||
if (!(gw = strchr(profile_name, '/'))) {
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Invalid URL \'%s\'\n", gw);
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Invalid URL \'%s\'\n", profile_name);
|
||||
cause = SWITCH_CAUSE_INVALID_URL;
|
||||
goto error;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue