mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #4683 from nextcloud/enh/discovery-logs
Add 'db/local/remote' reference to log string.
This commit is contained in:
commit
dfe2ef87cd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user