Don't bother to warn when PORT_LOGDIR="".
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Jun 2006 01:33:50 +0000 (01:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 22 Jun 2006 01:33:50 +0000 (01:33 -0000)
svn path=/main/trunk/; revision=3587

pym/portage.py

index 0f6d3bb1c96899e0ab6e46b4d4a0c00d8ac22335..d5982fcd7d822a6f4be41f39238eb384a47db537 100644 (file)
@@ -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"]