]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
can't print base 8 number that has a 9 in it.. use stringified version instead
authorMichael Jerris <mike@jerris.com>
Thu, 14 May 2009 22:01:55 +0000 (22:01 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 14 May 2009 22:01:55 +0000 (22:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13312 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fax/mod_fax.c

index 0b485dfa8e85a752ab178fee1133307346d0754d..5ecc03346ecf8c0887fa016520bfc23553219cbf 100644 (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;
 }