From bfcc0ae6eae0c43051bfd57f2e8f7833a682e9dc Mon Sep 17 00:00:00 2001 From: bwq Date: Tue, 11 Oct 2011 21:58:40 +0200 Subject: [PATCH] Removed some stuff that has no place in there. --- couchpotato/core/providers/nzb/x264/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/providers/nzb/x264/main.py b/couchpotato/core/providers/nzb/x264/main.py index 0382acd1..2cbd9760 100644 --- a/couchpotato/core/providers/nzb/x264/main.py +++ b/couchpotato/core/providers/nzb/x264/main.py @@ -70,11 +70,11 @@ class X264(NZBProvider, RSS): def download(self, url = '', nzb_id = ''): try: - log.info('Download nzb from #alt.binaries.hdtv.x264, report id: %s ' % nzb_id) + log.info('Downloading nzb from #alt.binaries.hdtv.x264, request id: %s ' % nzb_id) return self.urlopen(self.urls['download'] % nzb_id) except Exception, e: - log.error('Failed downloading from #alt.binaries.hdtv.x264, check credit: %s' % e) + log.error('Failed downloading from #alt.binaries.hdtv.x264: %s' % e) return False def getFormatId(self, format):