From: Marc Olivier Chouinard Date: Thu, 15 Dec 2011 17:23:53 +0000 (-0500) Subject: FS-3321 Small correction on my own addition X-Git-Tag: v1.2-rc1~27^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a77f8cc6c294a592586e073b77fd941ce283d0;p=thirdparty%2Ffreeswitch.git FS-3321 Small correction on my own addition --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index b747bea6dd..fb4a0cee77 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -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; }