Code

Corrected debug level.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 May 2009 15:32:16 +0000 (15:32 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 May 2009 15:32:16 +0000 (15:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13611 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index a5712ae307e9c37f23f2ccfee543f652e1e35fe7..5726ebfdc3f2568662044609d6d1754dc3ee5ee6 100755 (executable)
@@ -2140,7 +2140,7 @@ sub get_ldap_handle {
        if ($subroutine eq "(eval)") {
                $caller_text = "eval block within file '$file' for '$evalText'"; 
        }
-       daemon_log("$session_id INFO: new ldap handle for '$caller_text' required!", 1);
+       daemon_log("$session_id INFO: new ldap handle for '$caller_text' required!", 7);
 
 get_handle:
        my $ldap_handle = Net::LDAP->new( $ldap_uri );