From 6f5406e3d408ee2c7dbc8edd872051a1cff6c2e3 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 29 Sep 2008 11:20:46 +0000 Subject: [PATCH] bugfix: log line if ip is not resolvable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12556 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-client | 1 + 1 file changed, 1 insertion(+) 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); } } -- 2.30.2