jenkins-bot has submitted this change and it was merged.
Change subject: bot.critical: It's a critical, not a debug record ......................................................................
bot.critical: It's a critical, not a debug record
Change-Id: Iefff68e78e3b3341157110c0080520451ab1d7bf --- M pywikibot/bot.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/bot.py b/pywikibot/bot.py index fa7ee43..220f77a 100644 --- a/pywikibot/bot.py +++ b/pywikibot/bot.py @@ -404,7 +404,7 @@
def critical(text, decoder=None, newline=True, **kwargs): - """Output a debug record to the log file.""" + """Output a critical record to the log file.""" logoutput(text, decoder, newline, CRITICAL, **kwargs)
pywikibot-commits@lists.wikimedia.org