In dblink._dblink_display_merge(), when in background mode and no log is
authorZac Medico <zmedico@gentoo.org>
Fri, 18 Jul 2008 00:52:45 +0000 (00:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 18 Jul 2008 00:52:45 +0000 (00:52 -0000)
commit43d0545119b66e6196508d40bae884df3ffa2a4f
tree36dd99fd1a3423d3c13084d3c73ce05fe18f1c82
parenta50232026ffc53a3b162ebf39849ede37b6be5d8
In dblink._dblink_display_merge(), when in background mode and no log is
available, suppress output when level < logging.WARNING. This hides
">>> Regenerating /etc/ld.so.cache..." messages that appear after postrm
when PORT_LOGDIR is unset (the log file if it exists is removed after
postrm so there's no place to log the message).

svn path=/main/trunk/; revision=11120
pym/_emerge/__init__.py