Browse Source

reduce warning level

David Rose 22 years ago
parent
commit
d833b06333
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/collide/collisionTraverser.cxx

+ 1 - 1
panda/src/collide/collisionTraverser.cxx

@@ -475,7 +475,7 @@ prepare_colliders(CollisionLevelState &level_state, const NodePath &root) {
     if (!cnode_path.is_same_graph(root)) {
     if (!cnode_path.is_same_graph(root)) {
       if ((*oci)._in_graph) {
       if ((*oci)._in_graph) {
         // Only report this warning once.
         // Only report this warning once.
-        collide_cat.warning()
+        collide_cat.info()
           << "Collider " << cnode_path
           << "Collider " << cnode_path
           << " is not in scene graph.  Ignoring.\n";
           << " is not in scene graph.  Ignoring.\n";
         (*oci)._in_graph = false;
         (*oci)._in_graph = false;