steffen: server/perl-kolab/Kolab-Cyrus Cyrus.pm,1.8,1.9

cvs at kolab.org cvs at kolab.org
Wed Mar 28 03:48:31 CEST 2007


Author: steffen

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

Modified Files:
	Cyrus.pm 
Log Message:
debug option for verbose logging to stderr

Index: Cyrus.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Cyrus/Cyrus.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Cyrus.pm	26 Mar 2006 21:55:30 -0000	1.8
+++ Cyrus.pm	28 Mar 2007 01:48:28 -0000	1.9
@@ -3,7 +3,7 @@
 ##
 ##  Copyright (c) 2003  Code Fusion cc
 ##
-##    Written by Stuart Bing� <s.binge at codefusion.co.za>
+##    Written by Stuart Bingë <s.binge at codefusion.co.za>
 ##
 ##  This  program is free  software; you can redistribute  it and/or
 ##  modify it  under the terms of the GNU  General Public License as
@@ -99,6 +99,8 @@
         if (!$cyrus->create($cyruid)) {
             Kolab::log('Y', "Unable to create mailbox `$cyruid', Error = `" . $cyrus->error . "'", KOLAB_WARN);
         }
+    } else {
+        Kolab::log('Y', "Skipping mailbox creation for $uid (curuid='$cyruid', mailbox='".join(',',@{$mailbox})."'", KOLAB_DEBUG);
     }
 }
 
@@ -211,7 +213,7 @@
 
 =head1 AUTHOR
 
-Stuart Bing� E<lt>s.binge at codefusion.co.zaE<gt>
+Stuart Bingë E<lt>s.binge at codefusion.co.zaE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 





More information about the commits mailing list