Index: sources/device/DeviceController.cpp =================================================================== diff -u -r3aee393c658dc4b7b2a482b833c83bae7e1cb379 -r89debc48633ccabd25635c97548bb9fb3b87aca2 --- sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 3aee393c658dc4b7b2a482b833c83bae7e1cb379) +++ sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 89debc48633ccabd25635c97548bb9fb3b87aca2) @@ -1080,10 +1080,10 @@ do { //do while used incase no c*. exists tFileDest = (tally == 0) ? vFileDest.arg("") : vFileDest.arg(tally); ++tally; + LOG_DEBUG(QString("Tally: %1, %2, %3, %4").arg(tally).arg(vFilePath,vFileDest,tFileDest)); } while (QFile::exists(vFilePath + tFileDest)); vFileDest = tFileDest; - LOG_DEBUG(QString("Tally: %1, %2, %3, %4").arg(vFilePath, vFileDest, tFileDest, tally)); // qDebug() << __FUNCTION__ << "\n" << vFilePath << "\n" << vFileDest; return tally;