Avoid using first person in the error message
authorTim Laszlo <Tim.Laszlo@magnetar.com>
Tue, 24 Sep 2013 18:20:29 +0000 (13:20 -0500)
committerFlorian Forster <octo@collectd.org>
Thu, 26 Sep 2013 17:10:02 +0000 (19:10 +0200)
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd.c

index 7220462..d259753 100644 (file)
@@ -118,7 +118,7 @@ static int init_hostname (void)
                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 your network "
+                               "name. Please fix the network "
                                "configuration.", hostname_g);
                return (-1);
        }