X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2454588723f7877c32d721fb190a64c66ec2fa4..4c420a80e0fb11511b235411875ba5d3e0eb8492:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index 474a98a6dc..dbc0669ab5 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -832,7 +832,7 @@ bool wxFTP::GetList(wxArrayString& files, if ( !CheckCommand(line, '1') ) { m_lastError = wxPROTO_PROTERR; - wxLogDebug("FTP 'LIST' command returned unexpected result from server"); + wxLogDebug(_T("FTP 'LIST' command returned unexpected result from server")); delete sock; return false; }