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