From: Matthieu Gallien Date: Tue, 28 Jun 2022 12:29:53 +0000 (+0200) Subject: print sync direction in SyncFileStatusTracker::slotAboutToPropagate X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~90^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=659cf7763faf73f965e7746fa3413b9ee8662f38;p=nextcloud-desktop.git print sync direction in SyncFileStatusTracker::slotAboutToPropagate will avoid having to look up this information in other log parts Signed-off-by: Matthieu Gallien --- diff --git a/src/libsync/syncfilestatustracker.cpp b/src/libsync/syncfilestatustracker.cpp index 9c4ae0e8c..7d03fba32 100644 --- a/src/libsync/syncfilestatustracker.cpp +++ b/src/libsync/syncfilestatustracker.cpp @@ -226,7 +226,7 @@ void SyncFileStatusTracker::slotAboutToPropagate(SyncFileItemVector &items) std::swap(_syncProblems, oldProblems); foreach (const SyncFileItemPtr &item, items) { - qCDebug(lcStatusTracker) << "Investigating" << item->destination() << item->_status << item->_instruction; + qCDebug(lcStatusTracker) << "Investigating" << item->destination() << item->_status << item->_instruction << item->_direction; _dirtyPaths.remove(item->destination()); if (hasErrorStatus(*item)) {