From: rettenbe Date: Mon, 28 Apr 2008 13:23:57 +0000 (+0000) Subject: enhancement: more self speaking daemon_log at new_ldap_config X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=21bb1916883809cccf6caa8fd5b328d447963116;p=gosa.git enhancement: more self speaking daemon_log at new_ldap_config git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10713 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/SIPackages.pm b/gosa-si/modules/SIPackages.pm index 3cfba19d8..e81b1d533 100644 --- a/gosa-si/modules/SIPackages.pm +++ b/gosa-si/modules/SIPackages.pm @@ -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};