mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
added object address to debug output
This commit is contained in:
parent
42ec4bb379
commit
1391854247
@ -207,9 +207,10 @@ class Notifier:
|
|||||||
if hasattr(obj, 'fsm'):
|
if hasattr(obj, 'fsm'):
|
||||||
#state = "%s=%s"%(obj.fsm.getName(), obj.fsm.getCurrentState().getName())
|
#state = "%s=%s"%(obj.fsm.getName(), obj.fsm.getCurrentState().getName())
|
||||||
state = obj.fsm.getCurrentState().getName()
|
state = obj.fsm.getCurrentState().getName()
|
||||||
string = ":%s [%-7s] %s.%s"%(
|
string = ":%s [%-7s] %s %s.%s"%(
|
||||||
self.getOnlyTime(),
|
self.getOnlyTime(),
|
||||||
state,
|
state,
|
||||||
|
id(obj),
|
||||||
self.__name,
|
self.__name,
|
||||||
PythonUtil.traceParentCall())
|
PythonUtil.traceParentCall())
|
||||||
self.__log(string)
|
self.__log(string)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user