Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 918d410927 - Show all commits

View File

@ -439,7 +439,7 @@ class IRCBot(IRCClient):
self._tempList[1].clear()
if noResults:
if self.listRetried:
warn("LIST still empty after retry: %s - %i" % (net, num))
warn("LIST still empty after retry: %s - %i" % (self.net, self.num))
self.listRetried = False
return
else: