From db0300cda6025f5a2dad7f0457f3bfa926c7e39c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 11 Feb 2010 20:58:22 +0000 Subject: Remove unnecessary newline in dblink._eerror message. svn path=/main/trunk/; revision=15342 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index dc518a2f5..48d58350e 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -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: -- cgit v1.2.3-1-g7c22