summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-22 01:33:50 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-22 01:33:50 +0000
commitbaf002881bb5d1c197e9bbcbdb4e54461d1b0e68 (patch)
tree4973c744155afc2173246952aac5553965020d9c /pym
parent4d210bd46083032cf10a2084d4c6ee259a590214 (diff)
downloadportage-baf002881bb5d1c197e9bbcbdb4e54461d1b0e68.tar.gz
portage-baf002881bb5d1c197e9bbcbdb4e54461d1b0e68.tar.bz2
portage-baf002881bb5d1c197e9bbcbdb4e54461d1b0e68.zip
Don't bother to warn when PORT_LOGDIR="".
svn path=/main/trunk/; revision=3587
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 0f6d3bb1c..d5982fcd7 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1247,10 +1247,6 @@ class config:
self.backupenv["PORTAGE_GID"]=str(portage_gid)
if self.has_key("PORT_LOGDIR") and not self["PORT_LOGDIR"]:
- # port_logdir is defined, but empty. this causes a traceback in doebuild.
- writemsg(yellow("!!!")+" PORT_LOGDIR was defined, but set to nothing.\n",
- noiselevel=-1)
- writemsg(yellow("!!!")+" Disabling it. Please set it to a non null value.\n")
while "PORT_LOGDIR" in self:
del self["PORT_LOGDIR"]