Browse Source

added want-interest-printout dconfig

Samir Naik 21 years ago
parent
commit
1940aedead
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoInterestManager.py

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

@@ -131,7 +131,7 @@ class DoInterestManager(DirectObject.DirectObject):
     if __debug__:
     if __debug__:
         def printInterests(self):
         def printInterests(self):
             if not WantInterestPrintout:
             if not WantInterestPrintout:
-                return
+                return 1
             """
             """
             Part of the new otp-server code.
             Part of the new otp-server code.
             """
             """