can't print base 8 number that has a 9 in it.. use stringified version instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13312 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5d21a6e4b2
commit
ba8d5d651d
|
@ -805,8 +805,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_fax_init)
|
|||
/* 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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue