mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue