From kde-commits Sat Oct 09 07:43:45 2004 From: Mark Kretschmann Date: Sat, 09 Oct 2004 07:43:45 +0000 To: kde-commits Subject: kdeextragear-1/amarok/src Message-Id: <20041009074345.1B57016B58 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109730783128170 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