[Freeswitch-svn] [commit] r13312 - freeswitch/trunk/src/mod/applications/mod_fax
FreeSWITCH SVN
mikej at freeswitch.org
Thu May 14 15:01:55 PDT 2009
Author: mikej
Date: Thu May 14 17:01:55 2009
New Revision: 13312
Log:
can't print base 8 number that has a 9 in it.. use stringified version instead
Modified:
freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
Modified: freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c Thu May 14 17:01:55 2009
@@ -805,8 +805,7 @@
/* Not such severe to prevent loading */
}
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "mod_fax loaded, using spandsp library version %d [%d]\n", SPANDSP_RELEASE_DATE,
- SPANDSP_RELEASE_TIME);
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "mod_fax loaded, using spandsp library version [%s]\n", SPANDSP_RELEASE_DATETIME_STRING);
return SWITCH_STATUS_SUCCESS;
}
More information about the Freeswitch-svn
mailing list