Made the warning log in Misc.version (a) info, and (b) more useful.

This commit is contained in:
Jeremy Fincher 2005-02-02 02:44:58 +00:00
parent ff45b55428
commit 6965abc3fd
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Misc(callbacks.Privmsg):
newest = utils.web.getUrl('http://supybot.sf.net/version.txt')
newest ='The newest version available online is %s.'%newest.strip()
except utils.web.Error, e:
self.log.warning('Couldn\'t get website version: %r', e)
self.log.info('Couldn\'t get website version: %s', e)
newest = 'I couldn\'t fetch the newest version ' \
'from the Supybot website.'
s = 'The current (running) version of this Supybot is %s. %s' % \