[yum-cvs] yum cli.py,1.205,1.206

Seth Vidal skvidal at linux.duke.edu
Fri Jan 13 06:07:17 UTC 2006


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv685

Modified Files:
	cli.py 
Log Message:

fix up the ident


Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- cli.py	13 Jan 2006 06:05:13 -0000	1.205
+++ cli.py	13 Jan 2006 06:07:15 -0000	1.206
@@ -243,7 +243,7 @@
 
             syslog_object = SysLogger(threshold = 10, 
                                       facility=self.conf.syslog_facility,
-                                      ident=self.conf.syslog_ident)
+                                      ident='yum')
             
             self.filelog = LogContainer([syslog_object, filelog_object])
 




More information about the Yum-cvs-commits mailing list