From 1940aedead4c86b4beac0443b7b25e6ab61cb02f Mon Sep 17 00:00:00 2001 From: Samir Naik Date: Tue, 8 Mar 2005 23:11:36 +0000 Subject: [PATCH] added want-interest-printout dconfig --- 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 d739430be0..7f1b9c5c6d 100755 --- a/direct/src/distributed/DoInterestManager.py +++ b/direct/src/distributed/DoInterestManager.py @@ -131,7 +131,7 @@ class DoInterestManager(DirectObject.DirectObject): if __debug__: def printInterests(self): if not WantInterestPrintout: - return + return 1 """ Part of the new otp-server code. """