]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
<bkw_> rupa: *SMACK*
authorRupa Schomaker <rupa@rupa.com>
Mon, 10 Aug 2009 22:31:51 +0000 (22:31 +0000)
committerRupa Schomaker <rupa@rupa.com>
Mon, 10 Aug 2009 22:31:51 +0000 (22:31 +0000)
<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

src/mod/applications/mod_cidlookup/mod_cidlookup.c

index a6c6669ddea85d826647d433ad2b09ab120507d9..c3eac4f996e4e165503e796f35a3c9d879e71438 100755 (executable)
@@ -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 */