Index: trunk/ppStack/src/ppStackLoop.c
===================================================================
--- trunk/ppStack/src/ppStackLoop.c	(revision 19199)
+++ trunk/ppStack/src/ppStackLoop.c	(revision 19214)
@@ -324,4 +324,7 @@
                 }
                 indSources->data[index] = psMemIncrRefCounter(sources);
+#ifdef TESTING
+                ppStackSourcesPrint(sources);
+#endif
                 sourceLists = ppStackSourceListAdd(sourceLists, sources, config);
                 if (!sourceLists) {
@@ -374,4 +377,7 @@
                 return false;
             }
+#ifdef TESTING
+            ppStackSourcesPrint(globalSources);
+#endif
         }
 
