mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Add 'db/local/remote' reference to log string.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
4b2298cec3
commit
6be5cb9f78
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