From 0c8f64e020f05bcdb58563cddfcb4e1738cde090 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Tue, 28 Jun 2022 14:29:53 +0200 Subject: [PATCH] print sync direction in SyncFileStatusTracker::slotAboutToPropagate will avoid having to look up this information in other log parts Signed-off-by: Matthieu Gallien --- src/libsync/syncfilestatustracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.30.2