mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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'):
|
||||
#state = "%s=%s"%(obj.fsm.getName(), obj.fsm.getCurrentState().getName())
|
||||
state = obj.fsm.getCurrentState().getName()
|
||||
string = ":%s [%-7s] %s.%s"%(
|
||||
string = ":%s [%-7s] %s %s.%s"%(
|
||||
self.getOnlyTime(),
|
||||
state,
|
||||
id(obj),
|
||||
self.__name,
|
||||
PythonUtil.traceParentCall())
|
||||
self.__log(string)
|
||||
|
Loading…
x
Reference in New Issue
Block a user