diff --git a/FileUtils.cpp b/FileUtils.cpp index c7800801..4a171101 100644 --- a/FileUtils.cpp +++ b/FileUtils.cpp @@ -204,7 +204,7 @@ bool CFile::Copy(const CString& sOldFileName, const CString& sNewFileName, bool while ((len = OldFile.Read(szBuf, 8192))) { if (len < 0) { - DEBUG_ONLY(cout << "CFile::Copy() failed: " << strerror(errno);) + DEBUG_ONLY(cout << "CFile::Copy() failed: " << strerror(errno) << endl); OldFile.Close(); // That file is only a partial copy, get rid of it