From 6c8f821528155d9771f91b6f4190bc98371805ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Mar 2013 08:42:23 -0700 Subject: [PATCH] lockfile: remove newline from ebegin message --- pym/portage/locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/locks.py b/pym/portage/locks.py index 4b860acc8..71bce305a 100644 --- a/pym/portage/locks.py +++ b/pym/portage/locks.py @@ -163,7 +163,7 @@ def lockfile(mypath, wantnewlockfile=0, unlinkfile=0, if isinstance(mypath, int): waiting_msg = _("waiting for lock on fd %i") % myfd else: - waiting_msg = _("waiting for lock on %s\n") % lockfilename + waiting_msg = _("waiting for lock on %s") % lockfilename if out is not None: out.ebegin(waiting_msg) # try for the exclusive lock now. -- 2.26.2