From baf002881bb5d1c197e9bbcbdb4e54461d1b0e68 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Jun 2006 01:33:50 +0000 Subject: [PATCH] Don't bother to warn when PORT_LOGDIR="". svn path=/main/trunk/; revision=3587 --- pym/portage.py | 4 ---- 1 file changed, 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"] -- 2.26.2