Skip to content

Commit

Permalink
Merge pull request #4683 from nextcloud/enh/discovery-logs
Browse files Browse the repository at this point in the history
Add 'db/local/remote' reference to log string.
  • Loading branch information
mgallien authored Jul 5, 2022
2 parents 4b2298c + 6be5cb9 commit dfe2ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ void ProcessDirectoryJob::processFile(PathTuple path,
const auto serverFileIsLocked = serverEntry.locked == SyncFileItem::LockStatus::LockedItem ? "locked" : "not locked";
const auto localFileIsLocked = dbEntry._lockstate._locked ? "locked" : "not locked";
qCInfo(lcDisco).nospace() << "Processing " << path._original
<< " | (db/local/remote)"
<< " | valid: " << dbEntry.isValid() << "/" << hasLocal << "/" << hasServer
<< " | mtime: " << dbEntry._modtime << "/" << localEntry.modtime << "/" << serverEntry.modtime
<< " | size: " << dbEntry._fileSize << "/" << localEntry.size << "/" << serverEntry.size
Expand Down

0 comments on commit dfe2ef8

Please sign in to comment.