From: Zac Medico Date: Thu, 11 Feb 2010 20:58:22 +0000 (-0000) Subject: Remove unnecessary newline in dblink._eerror message. X-Git-Tag: v2.2_rc63~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db0300cda6025f5a2dad7f0457f3bfa926c7e39c;p=portage.git Remove unnecessary newline in dblink._eerror message. svn path=/main/trunk/; revision=15342 --- 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: