summaryrefslogtreecommitdiffstats
path: root/collection/collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection.c')
-rw-r--r--collection/collection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/collection/collection.c b/collection/collection.c
index 4b8e744..ce0bbec 100644
--- a/collection/collection.c
+++ b/collection/collection.c
@@ -1517,9 +1517,10 @@ static int col_walk_items(struct collection_item *ci,
return error;
}
+ TRACE_INFO_NUMBER("Next element", current->next);
+
parent = current;
current = current->next;
-
}
TRACE_INFO_STRING("Out of loop", "");