X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2454588723f7877c32d721fb190a64c66ec2fa4..8482e4bdb9928fe9982ac214aee345b19894b39b:/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; }