Propagator: Mention name of conflict file (for debugging)

This commit is contained in:
Markus Goetz 2015-05-12 17:10:53 +02:00
parent 6b16e18eb8
commit cdfafa2180

View 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);