From bf6c45bf16bb8dae9eebb8b55586ed9f88a77ea3 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 15 Mar 2007 03:41:07 +0000 Subject: [PATCH] don't print context mismatch warnings --- direct/src/distributed/DoInterestManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/DoInterestManager.py b/direct/src/distributed/DoInterestManager.py index e464580c46..412ced47b6 100755 --- a/direct/src/distributed/DoInterestManager.py +++ b/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__: