Futz with debug printing.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8685 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-ptrcheck/sg_main.c b/exp-ptrcheck/sg_main.c
index 522be02..27a703e 100644
--- a/exp-ptrcheck/sg_main.c
+++ b/exp-ptrcheck/sg_main.c
@@ -522,8 +522,9 @@
 
    tl_assert(sitree);
    if (debug) {
-      VG_(printf)("\n");
+      VG_(printf)("\ndepth = %lu\n", depth);
       pp_StackTree( sitree, "add_blocks_to_StackTree-pre" );
+      pp_StackBlocks(descrs);
    }
 
    for (i = 0; i < nDescrs; i++) {