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 <[email protected]>
  • Loading branch information
mgallien committed Oct 1, 2024
1 parent b21b422 commit a8a3c0f
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
Expand Up @@ -498,13 +498,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.
Expand Down

0 comments on commit a8a3c0f

Please sign in to comment.