mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
don't print context mismatch warnings
This commit is contained in:
parent
f7a9220832
commit
bf6c45bf16
@ -489,7 +489,7 @@ class DoInterestManager(DirectObject.DirectObject):
|
|||||||
eventsToSend = list(DoInterestManager._interests[handle].getEvents())
|
eventsToSend = list(DoInterestManager._interests[handle].getEvents())
|
||||||
DoInterestManager._interests[handle].clearEvents()
|
DoInterestManager._interests[handle].clearEvents()
|
||||||
else:
|
else:
|
||||||
DoInterestManager.notify.warning(
|
DoInterestManager.notify.debug(
|
||||||
"handleInterestDoneMessage--> handle: %s: Expecting context %s, got %s" % (
|
"handleInterestDoneMessage--> handle: %s: Expecting context %s, got %s" % (
|
||||||
handle, DoInterestManager._interests[handle].context, contextId))
|
handle, DoInterestManager._interests[handle].context, contextId))
|
||||||
if __debug__:
|
if __debug__:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user