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:
Michael Jerris 2009-05-14 22:01:55 +00:00
parent 5d21a6e4b2
commit ba8d5d651d
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}