diff --git a/YACReaderLibrary/library_creator.cpp b/YACReaderLibrary/library_creator.cpp index 5ea413fa..cc00c7f9 100644 --- a/YACReaderLibrary/library_creator.cpp +++ b/YACReaderLibrary/library_creator.cpp @@ -117,7 +117,7 @@ void LibraryCreator::run() #endif if (!sevenzLib->load()) { - QLOG_ERROR() << "Loading 7z.dll : " + sevenzLib->errorString() << endl; + QLOG_ERROR() << "Loading 7z.dll : " + sevenzLib->errorString() << Qt::endl; QCoreApplication::exit(YACReader::SevenZNotFound); exit(); }