mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Propagator: Mention name of conflict file (for debugging)
This commit is contained in:
parent
6b16e18eb8
commit
cdfafa2180
@ -532,6 +532,7 @@ void PropagateDownloadFileQNAM::downloadFinished()
|
||||
done(SyncFileItem::SoftError, renameError);
|
||||
return;
|
||||
}
|
||||
qDebug() << "Created conflict file" << fn << "->" << conflictFileName;
|
||||
}
|
||||
|
||||
FileSystem::setModTime(_tmpFile.fileName(), _item._modtime);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user