Changed an info log to a debug log.

This commit is contained in:
Jeremy Fincher 2004-08-13 12:31:38 +00:00
parent c2d5ac56ce
commit 31b1bdfcc8
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Tail(privmsgs.CapabilityCheckingPrivmsg):
self.lastMsg = msg
def _checkFiles(self):
self.log.info('Checking files.')
self.log.debug('Checking files.')
for filename in self.registryValue('files'):
self._checkFile(filename)