more freetdm

git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@980 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Moises Silva 2010-01-15 22:17:26 +00:00
parent bc90d7274f
commit aa58073e03
1 changed files with 1 additions and 1 deletions

View File

@ -3381,7 +3381,7 @@ FT_DECLARE(ftdm_status_t) ftdm_global_configuration(void)
if (load_config() != FTDM_SUCCESS) {
globals.running = 0;
ftdm_log(FTDM_LOG_ERROR, "OpenZap global configuration failed!\n");
ftdm_log(FTDM_LOG_ERROR, "FreeTDM global configuration failed!\n");
return FTDM_FAIL;
}
return FTDM_SUCCESS;