]> git.mxchange.org Git - simgear.git/commitdiff
Fix wrong log-class for debug message
authorTorsten Dreyer <torsten@t3r.de>
Mon, 2 Nov 2015 09:56:17 +0000 (10:56 +0100)
committerTorsten Dreyer <torsten@t3r.de>
Mon, 2 Nov 2015 09:56:17 +0000 (10:56 +0100)
simgear/scene/tgdb/SGTileDetailsCallback.hxx

index a2af1b2e30b38f98466a280061fbb448eaeefe03..f282a294d47f754a63ad020e5bc27f010ac26ace 100644 (file)
@@ -736,9 +736,9 @@ public:
             if (!found) {
                 bin = new TreeBin();
                 bin->texture = mat->get_tree_texture();
-                SG_LOG(SG_INPUT, SG_DEBUG, "Tree texture " << bin->texture);
+                SG_LOG(SG_TERRAIN, SG_DEBUG, "Tree texture " << bin->texture);
                 bin->teffect = mat->get_tree_effect();
-                SG_LOG(SG_INPUT, SG_DEBUG, "Tree effect " << bin->teffect);
+                SG_LOG(SG_TERRAIN, SG_DEBUG, "Tree effect " << bin->teffect);
                 bin->range   = mat->get_tree_range();
                 bin->width   = mat->get_tree_width();
                 bin->height  = mat->get_tree_height();