From: Zac Medico Date: Thu, 22 Jun 2006 01:33:50 +0000 (-0000) Subject: Don't bother to warn when PORT_LOGDIR="". X-Git-Tag: v2.1.1~450 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=baf002881bb5d1c197e9bbcbdb4e54461d1b0e68;p=portage.git Don't bother to warn when PORT_LOGDIR="". svn path=/main/trunk/; revision=3587 --- 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"]