瀏覽代碼

don't print context mismatch warnings

Darren Ranalli 19 年之前
父節點
當前提交
bf6c45bf16
共有 1 個文件被更改,包括 1 次插入1 次删除
  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())
             DoInterestManager._interests[handle].clearEvents()
         else:
-            DoInterestManager.notify.warning(
+            DoInterestManager.notify.debug(
                 "handleInterestDoneMessage--> handle: %s: Expecting context %s, got %s" % (
                 handle, DoInterestManager._interests[handle].context, contextId))
         if __debug__: