From 06fc402c556e4fccf37a868b49107172fd555d50 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 13 Sep 2008 02:03:11 +0000 Subject: [PATCH] more useful spammage --- panda/src/char/character.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/panda/src/char/character.cxx b/panda/src/char/character.cxx index 9a36c70770..41728d6487 100644 --- a/panda/src/char/character.cxx +++ b/panda/src/char/character.cxx @@ -15,7 +15,7 @@ #include "character.h" #include "characterJoint.h" #include "config_char.h" - +#include "nodePath.h" #include "geomNode.h" #include "datagram.h" #include "datagramIterator.h" @@ -392,7 +392,9 @@ update() { PStatTimer timer(_joints_pcollector); if (char_cat.is_spam()) { - char_cat.spam() << "Animating " << *this << " at time " << now << "\n"; + char_cat.spam() + << "Animating " << NodePath::any_path(this) + << " at time " << now << "\n"; } do_update();