summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bdd0b82)
raw | patch | inline | side by side (parent: bdd0b82)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 19 Feb 2008 13:00:22 +0000 (14:00 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 19 Feb 2008 13:00:22 +0000 (14:00 +0100) |
As requested by Micha Krause.
src/collectd.c | patch | blob | history |
diff --git a/src/collectd.c b/src/collectd.c
index 2d161aad6062815d4bdf220a7f30c02319e33075..f260c84253ec7b6c6484c488d614ec8308250118 100644 (file)
--- a/src/collectd.c
+++ b/src/collectd.c
status = getaddrinfo (hostname_g, NULL, &ai_hints, &ai_list);
if (status != 0)
{
- ERROR ("getaddrinfo failed.");
+ ERROR ("Looking up \"%s\" failed. You have set the "
+ "\"FQDNLookup\" option, but I cannot resolve "
+ "my hostname to a fully qualified domain "
+ "name. Please fix you network "
+ "configuration.");
return (-1);
}