<bkw_> rupa: *SMACK*

<bkw_> dont' pring the effin user/pass for the DSN


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14480 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Rupa Schomaker 2009-08-10 22:31:51 +00:00
parent 751c2894fb
commit 648b71e1da
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ static switch_status_t config_callback_dsn(switch_xml_config_item_t *data, const
}
}
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Connecting to dsn: %s, %s, %s.\n", globals.odbc_dsn, odbc_user, odbc_pass);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Connecting to dsn: %s\n", globals.odbc_dsn);
/* setup dsn */