Add 'db/local/remote' reference to log string.
authorCamila <hello@camila.codes>
Wed, 29 Jun 2022 13:29:16 +0000 (15:29 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Tue, 5 Jul 2022 16:35:28 +0000 (18:35 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/libsync/discovery.cpp

index 43cfaa100d08a31fdc1ff606106688d62535dc65..714fb09bda88ddfb45b65ad6d72435063e87d0f1 100644 (file)
@@ -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