소스 검색

Fix typo in log message.

tags/v0.2
Ben Kurtovic 9 년 전
부모
커밋
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):


불러오는 중...
취소
저장