Index: sources/device/DeviceController.cpp =================================================================== diff -u -r5841c3fb26f00b69bc11630623b23c5db6df4264 -rf0da4054763371b2eba2f99241a6e0680a755b06 --- sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 5841c3fb26f00b69bc11630623b23c5db6df4264) +++ sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision f0da4054763371b2eba2f99241a6e0680a755b06) @@ -1081,7 +1081,7 @@ 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)); + LOG_DEBUG(QString("Tally: %1, %2, %3, %4").arg(tally).arg(vFilePath,vFileDest,tFileDest)); } while (QFile::exists(vFilePath + tFileDest)); vFileDest = tFileDest;