Skip to content

Commit

Permalink
remove not so usefull log line for new files
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
mgallien committed Oct 1, 2024
1 parent e2f94d8 commit ab2bf98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/libsync/discovery.cpp
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ab2bf98

Please sign in to comment.