]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Octree.hh
simplified win32 installer build script
[chaz/yoink] / src / Moof / Octree.hh
index 4657aecf3680d6db4a61b92d17921fe30080329e..301b420852a4262486cf561449ce64bbe259cc79 100644 (file)
@@ -79,7 +79,7 @@ class Octree : public Entity
 
                void printSize()
                {
-                       logDebug << "size of node " << objects.size() << std::endl;
+                       logInfo << "size of node " << objects.size() << std::endl;
                }
 
                void getAll(std::list<InsertableP>& insertables) const
@@ -194,7 +194,7 @@ private:
                }
                else
                {
-                       logDebug("getting all the rest...");
+                       logInfo("getting all the rest...");
                        getAll(insertables, node);
                }
        }
@@ -357,9 +357,9 @@ public:
        void getNearbyObjects(std::list<InsertableP>& insertables,
                        const OctreeInsertable& entity) const
        {
-               logDebug("--- GETTING NEARBY");
+               logInfo("--- GETTING NEARBY");
                getNearbyObjects(insertables, entity, mTree.root());
-               logDebug("---");
+               logInfo("---");
                savedObj = &entity;
        }
 };
This page took 0.020714 seconds and 4 git commands to generate.