From: Steve Underwood Date: Tue, 20 Jul 2010 16:22:24 +0000 (+0800) Subject: Fixed the wording of a FAX log message X-Git-Tag: v1.2-rc1~526^2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28eb6e0ad9e5990e367a67a892c84fd2979add77;p=thirdparty%2Ffreeswitch.git Fixed the wording of a FAX log message --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c index 05ad60805b..b4b42d738d 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c @@ -975,7 +975,7 @@ void mod_spandsp_fax_process_fax(switch_core_session_t *session, const char *dat pvt->filename = switch_core_session_strdup(session, data); if (pvt->app_mode == FUNCTION_TX) { if ((switch_file_exists(pvt->filename, switch_core_session_get_pool(session)) != SWITCH_STATUS_SUCCESS)) { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Cannot send inexistant fax file [%s]\n", + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Cannot send non-existant fax file [%s]\n", switch_str_nil(pvt->filename)); goto done; }