From: Zac Medico Date: Sun, 24 Jun 2012 19:16:34 +0000 (-0700) Subject: protected_symlinks: change eerror to elog X-Git-Tag: v2.2.0_alpha113~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=542907e8e21b3a2a155d31095b63a1821354c1c7;p=portage.git protected_symlinks: change eerror to elog Since bug #421165, this code will trigger more often (see bug #423127), and eerror is too harsh because the symlinks will never be orphaned. --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 020240d61..786687079 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2380,7 +2380,7 @@ class dblink(object): lines.append("\t%s" % (os.path.join(real_root, f.lstrip(os.sep)))) lines.append("") - self._elog("eerror", "postrm", lines) + self._elog("elog", "postrm", lines) # Remove stale entries from config memory. if stale_confmem: