From 43a8f3a71b15e3dd33bed72e4e42a1beaaa62e8f Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Tue, 4 Dec 2012 19:15:16 -0500 Subject: Adding a trace statement --- collection/collection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ""); -- cgit