From 7481112018c702d39ef38ebc4c3c84378afc851e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 27 Apr 2009 07:32:00 +0000 Subject: [PATCH] - print 'Trying upstream server for %s (%s), since it is not on %s.' \ + print 'Trying openSUSE Build Service server for %s (%s), since it is not on %s.' \ when downloading from frontend server ("upstream" made people thinking the files come from the servers like source forge). --- osc/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/fetch.py b/osc/fetch.py index b270bc94..b6205555 100644 --- a/osc/fetch.py +++ b/osc/fetch.py @@ -58,7 +58,7 @@ class Fetcher: #log(0, '%s: %s' % (errobj.url, str(errobj.exception))) #log(0, 'Trying other mirror.') - print 'Trying upstream server for %s (%s), since it is not on %s.' \ + print 'Trying openSUSE Build Service server for %s (%s), since it is not on %s.' \ % (self.curpac, self.curpac.project, errobj.url.split('/')[2]) raise errobj.exception