diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-03-16 17:57:15 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-03-16 17:57:15 (GMT) |
commit | c66d20869019008796d729a3cda5946dcf878f80 (patch) | |
tree | 0be2f9398a1a70388e5804914073a97e1a8a6a35 /lib | |
parent | 0af8aa6851634d07afd6e30083f805fd493a46b4 (diff) | |
download | perl-Kolab-c66d20869019008796d729a3cda5946dcf878f80.tar.gz |
Creating the Calendar folder caused an KOLAB_ERROR to be logged,
changed to KOLAB_DEBUG.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kolab/LDAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab/LDAP.pm b/lib/Kolab/LDAP.pm index 531b3d9..4e1c07e 100644 --- a/lib/Kolab/LDAP.pm +++ b/lib/Kolab/LDAP.pm @@ -557,7 +557,7 @@ sub createObject # We need to give the calendar user access to the # group's/resource's Calendar folder. # TODO: Don't hardcode user and folder name - Kolab::log('L', "Detected group or resource account, creating calendar folder", KOLAB_ERROR ); + Kolab::log('L', "Detected group or resource account, creating calendar folder", KOLAB_DEBUG ); my $domain; my $user; if ($uid =~ /(.*)\@(.*)/) { |