CVS commit by markey: Flush logfile after each written entry. CCMAIL: amarok-devel@lists.sf.net M +2 -0 threadweaver.cpp 1.88 --- kdeextragear-1/amarok/src/threadweaver.cpp #1.87:1.88 @@ -337,4 +338,5 @@ CollectionReader::readTags( const QStrin // Append path to logfile log << url.path().local8Bit() << "\n"; + log.flush(); TagLib::FileRef f( QFile::encodeName( url.path() ), false ); //false == don't read audioprops