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)
 
 

-- 
To view, visit https://gerrit.wikimedia.org/r/80966
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iefff68e78e3b3341157110c0080520451ab1d7bf
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Mineo <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to