mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
remove not so usefull log line for new files
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
e2f94d86ef
commit
ab2bf984e7
@ -549,13 +549,6 @@ void ProcessDirectoryJob::processFile(PathTuple path,
|
||||
|
||||
qCInfo(lcDisco).nospace() << processingLog;
|
||||
|
||||
if (localEntry.isValid()
|
||||
&& !serverEntry.isValid()
|
||||
&& !dbEntry.isValid()
|
||||
&& localEntry.modtime < _lastSyncTimestamp) {
|
||||
qCWarning(lcDisco) << "File" << path._original << "was modified before the last sync run and is not in the sync journal and server";
|
||||
}
|
||||
|
||||
if (_discoveryData->isRenamed(path._original)) {
|
||||
qCDebug(lcDisco) << "Ignoring renamed";
|
||||
return; // Ignore this.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user