Stopped logging this at level warning, instead use debug.

This commit is contained in:
Jeremy Fincher 2004-08-27 23:44:57 +00:00
parent 2c3e9fa97a
commit e11baf35b1

View File

@ -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()