steffen: server/perl-kolab/Kolab-LDAP-Backend Backend.pm,1.2,1.3

cvs at intevation.de cvs at intevation.de
Thu Apr 21 00:13:53 CEST 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-LDAP-Backend
In directory doto:/tmp/cvs-serv18716/Kolab-LDAP-Backend

Modified Files:
	Backend.pm 
Log Message:
make interface kolabd is listening to configurable -- warning, use non-default values with caution

Index: Backend.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-LDAP-Backend/Backend.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Backend.pm	18 Mar 2005 07:58:53 -0000	1.2
+++ Backend.pm	20 Apr 2005 22:13:51 -0000	1.3
@@ -68,7 +68,8 @@
     Kolab::log('B', "Loading backend `$backend'");
 
     unless (eval "require Kolab::LDAP::Backend::$backend") {
-        Kolab::log('B', "Backend `$backend' does not exist, exiting", KOLAB_ERROR);
+        Kolab::log('B', "Error is: $@", KOLAB_ERROR) if $@;
+        Kolab::log('B', "Backend `$backend' does not exist or has errors, exiting", KOLAB_ERROR);
         exit(1);
     }
 





More information about the commits mailing list