Add missing newlines to the warning message that's printed when the user has distlock...
authorZac Medico <zmedico@gentoo.org>
Wed, 20 Dec 2006 02:22:22 +0000 (02:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 20 Dec 2006 02:22:22 +0000 (02:22 -0000)
svn path=/main/trunk/; revision=5331

pym/portage.py

index c418325571df650b0add9d712f0cf8b40103e1d7..3de43de21942b60c2db664dee91a9eaf0f8e6fa6 100644 (file)
@@ -2073,10 +2073,10 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
 
        if not os.access(mysettings["DISTDIR"],os.W_OK) and fetch_to_ro:
                if use_locks:
-                       writemsg(red("!!! You are fetching to a read-only filesystem, you should turn locking off"),
-                               noiselevel=-1)
-                       writemsg("!!! This can be done by adding -distlocks to FEATURES in /etc/make.conf",
-                               noiselevel=-1)
+                       writemsg(red("!!! For fetching to a read-only filesystem, " + \
+                               "locking should be turned off.\n"), noiselevel=-1)
+                       writemsg("!!! This can be done by adding -distlocks to " + \
+                               "FEATURES in /etc/make.conf\n", noiselevel=-1)
 #                      use_locks = 0
 
        # local mirrors are always added