mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 15:11:00 +01:00
Stopped logging this at level warning, instead use debug.
This commit is contained in:
parent
2c3e9fa97a
commit
e11baf35b1
@ -243,7 +243,7 @@ class ChannelUserDB(ChannelUserDictionary):
|
||||
writer = csv.writer(fd)
|
||||
items = self.items()
|
||||
if not items:
|
||||
log.warning('%s: Refusing to write blank file.',
|
||||
log.debug('%s: Refusing to write blank file.',
|
||||
self.__class__.__name__)
|
||||
fd.rollback()
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user