From 6965abc3fd34beb35d41ae80acccd63173382427 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 2 Feb 2005 02:44:58 +0000 Subject: [PATCH] Made the warning log in Misc.version (a) info, and (b) more useful. --- plugins/Misc/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 517056611..ea2014743 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -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' % \