changed debugCall()

This commit is contained in:
Dave Schuyler 2004-05-07 02:09:22 +00:00
parent 11e50186d4
commit 820c8297f5

View File

@ -218,10 +218,12 @@ class Notifier:
def debugCall(self, debugString=''):
"""
If this notify is in debug mode, print the time of the
call followed by the notifier category and
the function call (with parameters).
"""
if (self.__debug):
string = ":%s %s %s.%s %s"%(
string = ":%s %s %s.%s"%(
self.getOnlyTime(),
debugString,
self.__name,