mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +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)
|
writer = csv.writer(fd)
|
||||||
items = self.items()
|
items = self.items()
|
||||||
if not items:
|
if not items:
|
||||||
log.warning('%s: Refusing to write blank file.',
|
log.debug('%s: Refusing to write blank file.',
|
||||||
self.__class__.__name__)
|
self.__class__.__name__)
|
||||||
fd.rollback()
|
fd.rollback()
|
||||||
return
|
return
|
||||||
items.sort()
|
items.sort()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user