projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f37f0c
)
Avoid using first person in the error message
author
Tim Laszlo
<Tim.Laszlo@magnetar.com>
Tue, 24 Sep 2013 18:20:29 +0000
(13:20 -0500)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/src/collectd.c
b/src/collectd.c
index
7220462
..
d259753
100644
(file)
--- 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);
}