From: Tim Laszlo Date: Tue, 24 Sep 2013 18:20:29 +0000 (-0500) Subject: Avoid using first person in the error message X-Git-Tag: collectd-5.4.1~3^2~8 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=0b6adfd256599f1bb944246435488eeddb7dc617;p=collectd.git Avoid using first person in the error message Signed-off-by: Florian Forster --- diff --git a/src/collectd.c b/src/collectd.c index 72204622..d2597530 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -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); }