FS-3966 --resolve nm i guess that's fine, btw your patch had funny line feeds

This commit is contained in:
Anthony Minessale 2012-03-02 13:42:56 -06:00
parent 29d036799b
commit 8e7f6b71a1
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ switch_status_t load_configuration(switch_bool_t reload)
spandsp_globals.timezone = "";
/* TODO make configuration param */
spandsp_globals.tonedebug = 1;
spandsp_globals.tonedebug = 0;
if ((xml = switch_xml_open_cfg("spandsp.conf", &cfg, NULL)) || (xml = switch_xml_open_cfg("fax.conf", &cfg, NULL))) {
status = SWITCH_STATUS_SUCCESS;