summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 20:12:50 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 20:12:50 +0000
commit5e829ecfa2aae9fe434ab3f9f0c2591b6fb42818 (patch)
tree4376c5c87f77e5496d15524be9d2deb06b3edca6
parentba67aab71bcbdd75e483a345e5e10f994a7d7ad2 (diff)
downloadportage-5e829ecfa2aae9fe434ab3f9f0c2591b6fb42818.tar.gz
portage-5e829ecfa2aae9fe434ab3f9f0c2591b6fb42818.tar.bz2
portage-5e829ecfa2aae9fe434ab3f9f0c2591b6fb42818.zip
Remove unnecessary newline in dblink._eerror message. (trunk r15342)
svn path=/main/branches/2.1.7/; revision=15569
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 96096ec5b..8f53b1f98 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1702,7 +1702,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: