Index: src/base/pgConnBase.cpp =================================================================== *** src/base/pgConnBase.cpp (revision 5006) --- src/base/pgConnBase.cpp (working copy) *************** *** 170,176 **** // Open the connection wxString cleanConnStr = connstr; cleanConnStr.Replace(qtConnString(password), wxT("'XXXXXX'")); ! wxLogInfo(wxT("Opening connection with connection string: %s"), cleanConnStr); #if wxUSE_UNICODE wxCharBuffer cstrUTF=connstr.mb_str(wxConvUTF8); --- 170,176 ---- // Open the connection wxString cleanConnStr = connstr; cleanConnStr.Replace(qtConnString(password), wxT("'XXXXXX'")); ! wxLogInfo(wxT("Opening connection with connection string: %s"), cleanConnStr.c_str()); #if wxUSE_UNICODE wxCharBuffer cstrUTF=connstr.mb_str(wxConvUTF8);