Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
[1] Removed connection string logging from test_connection (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndonbauto authored and dai-chen committed Apr 30, 2021
1 parent 74706b6 commit 82a7564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql-odbc/src/odfesqlodbc/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ void test_connection(HANDLE hwnd, ConnInfo *ci, BOOL withDTC) {
dsn_1st = ci->dsn[0];
ci->dsn[0] = '\0';
makeConnectString(out_conn, ci, sizeof(out_conn));
MYLOG(ES_DEBUG, "conn_string=%s\n", out_conn);
#ifdef UNICODE_SUPPORT
MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, out_conn, -1, wout_conn,
sizeof(wout_conn) / sizeof(wout_conn[0]));
Expand Down

0 comments on commit 82a7564

Please sign in to comment.