Propagator: Mention name of conflict file (for debugging)
authorMarkus Goetz <markus@woboq.com>
Tue, 12 May 2015 15:10:53 +0000 (17:10 +0200)
committerMarkus Goetz <markus@woboq.com>
Tue, 12 May 2015 15:11:21 +0000 (17:11 +0200)
src/libsync/propagatedownload.cpp

index a0337488bc8177cbb2ee51b271f15d6931975461..65fc409a741e50a1d5635a356942fd9697a47e6b 100644 (file)
@@ -532,6 +532,7 @@ void PropagateDownloadFileQNAM::downloadFinished()
             done(SyncFileItem::SoftError, renameError);
             return;
         }
+        qDebug() << "Created conflict file" << fn << "->" << conflictFileName;
     }
 
     FileSystem::setModTime(_tmpFile.fileName(), _item._modtime);