Code

enhancement: more self speaking daemon_log at new_ldap_config
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Apr 2008 13:23:57 +0000 (13:23 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Apr 2008 13:23:57 +0000 (13:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10713 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/modules/SIPackages.pm

index 3cfba19d85624fd3429bada1b6ec9ea49f4bce41..e81b1d5336a575d33a98f9a20c7a18306109e166 100644 (file)
@@ -677,7 +677,7 @@ sub new_ldap_config {
        # check hit
        my $hit_counter = keys %{$res};
        if( not $hit_counter == 1 ) {
-               &main::daemon_log("$session_id ERROR: more or no hit found in known_clients_db by query by '$address'", 1);
+               &main::daemon_log("$session_id ERROR: more or no hit found in known_clients_db by query '$sql_statement'", 1);
        }
 
     $address = $res->{1}->{hostname};