[Yum] Change of logging behaviour between 3.2.8 and 3.2.10?

Nikola Ciprich extmaillist at linuxbox.cz
Sun Mar 30 20:45:41 UTC 2008


Hi, one more question, I noticed that there has been some change in 
logging since 3.2.8:
If I called /usr/bin/yum -e 0 -d 1 -y groupupdate somegroup in 3.2.8 or 
older, there was no output, if all packages were up to date, which I thing is correct behaviour.
Now YUM outputs messages like:
 	Package xxx already installed and latest version

I guess this should not be printed for -e 0? Or is this intended 
behaviour?

Using git-bisect lead me to 59d4b3f27f2b9b1cc3ecc60512b04db5a5bc7071, 
which changes yum/__init__.py:
-  self.logger.warning('Package %s already installed and latest version', po)
+  self.verbose_logger.warning('Package %s already installed and latest version', po)

Is this correct?
cheers
nik

-- 




More information about the Yum mailing list