summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2012-12-04 19:15:16 -0500
committerOndrej Kos <okos@redhat.com>2012-12-06 14:23:26 +0100
commit43a8f3a71b15e3dd33bed72e4e42a1beaaa62e8f (patch)
treee145ad0bc79144d1d25f3ad5ea0756b6963d6a23
parente551bfe4c94f3c3d76d71d4038baa79f14ea6008 (diff)
downloadding-libs2-43a8f3a71b15e3dd33bed72e4e42a1beaaa62e8f.tar.gz
ding-libs2-43a8f3a71b15e3dd33bed72e4e42a1beaaa62e8f.tar.xz
ding-libs2-43a8f3a71b15e3dd33bed72e4e42a1beaaa62e8f.zip
Adding a trace statement
-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", "");