commit:     c2322b59bad72316e227c15d44d0976776d07414
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  9 21:35:28 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 21:35:28 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c2322b59

portage/repository/config.py: Tweak deprecation message as recommended

tw04l124 recommended the full filepath be output.
http://forums.gentoo.org/viewtopic-t-1010190.html?sid=20fa79230ace312c4ec31a43bbcb0cf3

---
 pym/portage/repository/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index 881890e..a884156 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -737,12 +737,12 @@ class RepoConfigLoader(object):
                        prepos[main_repo].priority = -1000
 
                # DEPRECATED Backward compatible SYNC support for old 
mirrorselect.
-               # Feb. 2, 2015.  Version 2.0.16
+               # Feb. 2, 2015.  Version 2.2.16
                if portdir_sync and main_repo is not None:
                        writemsg(_("!!! SYNC setting found in make.conf.\n    "
                                "This setting is Deprecated and no longer used. 
 "
                                "Please ensure your 'sync-type' and 'sync-uri' 
are set correctly"
-                               " in repos.conf/gentoo.conf\n"),
+                               " in /etc/portage/repos.conf/gentoo.conf\n"),
                                noiselevel=-1)
 
 

Reply via email to