X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsetup.c;h=9f82d3a061bb17b4c6e71bc44033627176a89b3b;hb=1e606dd0963695c0b9ef24497c979f8b6bc1035b;hp=4b28476a40c18f86ef91754944d85ef13226b39a;hpb=52cd236064fb831a25881e6288762e96c67f985c;p=rocksndiamonds.git diff --git a/src/libgame/setup.c b/src/libgame/setup.c index 4b28476a..9f82d3a0 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -1361,18 +1361,18 @@ void dumpTreeInfo(TreeInfo *node, int depth) { int i; - Print("Dumping TreeInfo:\n"); + Debug("tree", "Dumping TreeInfo:"); while (node) { for (i = 0; i < (depth + 1) * 3; i++) - Print(" "); + DebugContinued("", " "); - Print("'%s' / '%s'\n", node->identifier, node->name); + DebugContinued("tree", "'%s' / '%s'\n", node->identifier, node->name); /* // use for dumping artwork info tree - Print("subdir == '%s' ['%s', '%s'] [%d])\n", + Debug("tree", "subdir == '%s' ['%s', '%s'] [%d])", node->subdir, node->fullpath, node->basepath, node->in_user_dir); */