From: cajus Date: Tue, 12 Feb 2008 14:05:42 +0000 (+0000) Subject: Adapted to fit for the template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2f908eaae59a9846cd0d92bfd8b5c4c3e88523c5;p=gosa.git Adapted to fit for the template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8867 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index 9d3529c8b..337e23200 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -880,7 +880,7 @@ sub register_at_gosa_si_server { my $dnsresult= $resolver->search($ip); my $dnsname=""; if(!defined($dnsresult)) { - &write_to_file("goto-error-dns:Could not resolve hostname for ip $ip", $fai_logpath); + &write_to_file("goto-error-dns:$ip", $fai_logpath); exit(1); } else { $dnsname=$dnsresult->{answer}[0]->{ptrdname};