Remove unnecessary newline in dblink._eerror message.
authorZac Medico <zmedico@gentoo.org>
Thu, 11 Feb 2010 20:58:22 +0000 (20:58 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 11 Feb 2010 20:58:22 +0000 (20:58 -0000)
svn path=/main/trunk/; revision=15342

pym/portage/dbapi/vartree.py

index dc518a2f5f691ea2b57d5f32959f67fc9abfd7f4..48d58350e5798e1d2b2e35c79d7704c1bf3619db 100644 (file)
@@ -2464,7 +2464,7 @@ class dblink(object):
                                        # like hell and continue to hopefully finish all our
                                        # administrative and pkg_postinst stuff.
                                        self._eerror("postrm", 
-                                               ["Could not chmod or unlink '%s': %s\n" % \
+                                               ["Could not chmod or unlink '%s': %s" % \
                                                (file_name, ose)])
                                finally:
                                        if bsd_chflags and pflags != 0: