will avoid having to look up this information in other log parts
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
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)) {