projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
510108b
)
Replace you with your in error message
author
Tim Laszlo
<Tim.Laszlo@magnetar.com>
Tue, 24 Sep 2013 15:35:22 +0000
(10:35 -0500)
committer
Florian Forster
<octo@collectd.org>
Tue, 24 Sep 2013 16:13:27 +0000
(18:13 +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
d96d676
..
7220462
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 you network "
+ "name. Please fix you
r
network "
"configuration.", hostname_g);
return (-1);
}