WiP
authorBart Polot <bart@net.in.tum.de>
Thu, 27 Oct 2011 17:34:14 +0000 (17:34 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 27 Oct 2011 17:34:14 +0000 (17:34 +0000)
src/mesh/test_mesh_path_api.c

index 6817abaccb8f66b82d9f373d02cb13846601a1a7..9a983f29829febad10d8bd67be78d2743fe140ca 100644 (file)
@@ -188,6 +188,7 @@ main (int argc, char *argv[])
 
   GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "test: Adding second path: 1 2 3\n");
   path->length--;
+  tree_debug(tree);
   tree_add_path(tree, path, &cb);
   tree_debug(tree);