From 5e2114167688bd79d21e00147969fc03e37eec87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 24 Aug 2018 11:59:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=84=D1=80=D0=B0=D0=B7=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/update/update.py b/pym/update/update.py index bedeb90..9c29871 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -1561,7 +1561,8 @@ class Update(MethodsInterface): _("Current binhost {} is outdated").format(binhost_url)) elif binhost.downgraded: raise UpdateError( - _("Current binhost {} was downgraded").format(binhost_url)) + _("Binary packages on the current binhost {} " + "are older than local").format(binhost_url)) if self.binhosts_data.gpg: packages_fn = self.clVars.Get('update.cl_update_package_cache') packages_sign_fn = self.clVars.Get('update.cl_update_package_cache_sign')