Revision: 7951 Author: russblau Date: 2010-02-22 21:26:53 +0000 (Mon, 22 Feb 2010)
Log Message: ----------- Removing excessively verbose message in standard mode.
Modified Paths: -------------- branches/rewrite/pywikibot/login.py
Modified: branches/rewrite/pywikibot/login.py =================================================================== --- branches/rewrite/pywikibot/login.py 2010-02-22 15:08:46 UTC (rev 7950) +++ branches/rewrite/pywikibot/login.py 2010-02-22 21:26:53 UTC (rev 7951) @@ -202,7 +202,7 @@ else: return False self.storecookiedata(cookiedata) - pywikibot.output(u"Should be logged in now") + pywikibot.output(u"Should be logged in now", level=pywikibot.VERBOSE) ## # Show a warning according to the local bot policy ## FIXME: disabled due to recursion; need to move this to the Site object after ## login @@ -224,7 +224,7 @@ sysop = False logall = False forceLogin = False - for arg in pywikibot.handleArgs(*args): + for arg in pywikibot.handleArgs(*args): if arg.startswith("-pass"): if len(arg) == 5: password = pywikibot.input(u'Password for all accounts:',
pywikipedia-svn@lists.wikimedia.org