From: rettenbe Date: Mon, 29 Sep 2008 11:20:46 +0000 (+0000) Subject: bugfix: log line if ip is not resolvable X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6f5406e3d408ee2c7dbc8edd872051a1cff6c2e3;p=gosa.git bugfix: log line if ip is not resolvable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12556 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index ab3fb734a..dc11a0724 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -556,6 +556,7 @@ sub register_at_gosa_si_server { $dnsname = `hostname`; } else { &write_to_file("goto-error-dns:$ip", $fai_logpath); + &main::daemon_log("ERROR: ip is not resolvable, no registration possible. Write 'goto-error-dns:$ip' to $fai_logpath", 1); exit(1); } }