mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Changed an info log to a debug log.
This commit is contained in:
parent
c2d5ac56ce
commit
31b1bdfcc8
@ -99,7 +99,7 @@ class Tail(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
self.lastMsg = msg
|
self.lastMsg = msg
|
||||||
|
|
||||||
def _checkFiles(self):
|
def _checkFiles(self):
|
||||||
self.log.info('Checking files.')
|
self.log.debug('Checking files.')
|
||||||
for filename in self.registryValue('files'):
|
for filename in self.registryValue('files'):
|
||||||
self._checkFile(filename)
|
self._checkFile(filename)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user