[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py
skvidal at osuosl.org
skvidal at osuosl.org
Mon Apr 6 21:29:21 UTC 2009
yum/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2eb83ba8fc4fd0104c68a9c532069fd484c2590a
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Apr 6 17:27:46 2009 -0400
add comment about yum-utils to y-c-t msg
diff --git a/yum/__init__.py b/yum/__init__.py
index 8ce96ef..ee27ce4 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -693,7 +693,8 @@ class YumBase(depsolve.Depsolve):
if (unfinished_transactions_check and
misc.find_unfinished_transactions(yumlibpath=self.conf.persistdir)):
msg = _('There are unfinished transactions remaining. You might ' \
- 'consider running yum-complete-transaction first to finish them.' )
+ 'consider running yum-complete-transaction (found in the ' \
+ 'yum-utils package) first to finish them.' )
self.logger.critical(msg)
time.sleep(3)
More information about the Yum-commits
mailing list