stephan: devel/kolab/Kolab LDAP.pm,1.2,1.3

cvs at intevation.de cvs at intevation.de
Tue May 25 09:29:44 CEST 2004


Author: stephan

Update of /kolabrepository/devel/kolab/Kolab
In directory doto:/tmp/cvs-serv15901

Modified Files:
	LDAP.pm 
Log Message:
Long lingering bug - finally found and fixed


Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/devel/kolab/Kolab/LDAP.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- LDAP.pm	12 May 2004 13:12:34 -0000	1.2
+++ LDAP.pm	25 May 2004 07:29:42 -0000	1.3
@@ -265,7 +265,7 @@
     my $guid = $object->get_value($Kolab::config{$p . '_field_guid'});
     my $uid = $uid_db{$guid} || 0;
     if (!$uid) {
-        Kolab::Util::log('L', 'Deleted object not found in mboxcache, returning', KOLAB_DEBUG);
+        Kolab::log('L', 'Deleted object not found in mboxcache, returning', KOLAB_DEBUG);
         return;
     }
 





More information about the commits mailing list