ソースを参照

Fix typo in log message.

tags/v0.2
Ben Kurtovic 8年前
コミット
f91bbaec0f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      earwigbot/bot.py

+ 1
- 1
earwigbot/bot.py ファイルの表示

@@ -154,7 +154,7 @@ class Bot(object):
tasks.append(thread.name)
if tasks:
log = "The following commands or tasks will be killed: {0}"
self.logger.warn(log.format(" ".join(tasks)))
self.logger.warn(log.format(", ".join(tasks)))

@property
def is_running(self):


読み込み中…
キャンセル
保存