From 0b6adfd256599f1bb944246435488eeddb7dc617 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 24 Sep 2013 13:20:29 -0500 Subject: [PATCH] Avoid using first person in the error message Signed-off-by: Florian Forster --- src/collectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2