David Rose 20 years ago
parent
commit
4c4862a78e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/actor/Actor.py

+ 1 - 1
direct/src/actor/Actor.py

@@ -1375,7 +1375,7 @@ class Actor(PandaObject, NodePath):
                     if joint:
                         joint.setValueNode(node.node())
                     else:
-                        Actor.notify.debug("controlled joint %s is not present", jointName)
+                        Actor.notify.error("controlled joint %s is not present" % jointName)
 
         # bind anim
         animControl = bundle.bindAnim(animBundle, -1)