Browse Source

don't print context mismatch warnings

Darren Ranalli 19 years ago
parent
commit
bf6c45bf16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoInterestManager.py

+ 1 - 1
direct/src/distributed/DoInterestManager.py

@@ -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__: