From eb7247623bdae07c2cf1d8aa0f1db6dd35d5342e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 9 Apr 2013 22:13:38 +0200 Subject: [PATCH] Improved message output. --- dosage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dosage b/dosage index 29ec41c8f..e6ad53380 100755 --- a/dosage +++ b/dosage @@ -204,11 +204,11 @@ def vote(scraperobj): out.debug('Vote answer %r' % answer) if answer == 'counted': url = configuration.Url + 'comics/%s.html' % name.replace('/', '_') - out.info('Vote submitted. Votes are updated daily at %s.' % url) + out.info('Vote submitted. Votes are updated regularly at %s.' % url) elif answer == 'no': out.info('Vote not submitted - your vote has already been submitted before.') elif answer == 'noname': - out.warn('The comic %s cannot be voted anymore.' % name) + out.warn('The comic %s cannot be voted.' % name) else: out.warn('Error submitting vote parameters: %r' % answer) except Exception as msg: