steffen: server/perl-kolab/Kolab Kolab.pm,1.10,1.11

cvs at intevation.de cvs at intevation.de
Fri Aug 13 02:34:27 CEST 2004


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab
In directory doto:/tmp/cvs-serv17375/Kolab

Modified Files:
	Kolab.pm 
Log Message:
fix for long lasting bug that causes kolabd to loop when slapd is stopped

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Kolab.pm	12 Aug 2004 12:37:24 -0000	1.10
+++ Kolab.pm	13 Aug 2004 00:34:25 -0000	1.11
@@ -414,6 +414,7 @@
 sub superLog
 {
     my $text = shift;
+    #print STDERR "$text\n";
     syslog('info', "$text");
 }
 





More information about the commits mailing list