projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a35017
)
netlink plugin: Fix an error-message.
author
Florian Forster
<octo@huhu.verplant.org>
Tue, 11 Sep 2007 09:09:32 +0000
(11:09 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Tue, 11 Sep 2007 09:09:32 +0000
(11:09 +0200)
src/netlink.c
patch
|
blob
|
history
diff --git
a/src/netlink.c
b/src/netlink.c
index
3cd91d8
..
073efe9
100644
(file)
--- a/
src/netlink.c
+++ b/
src/netlink.c
@@
-510,7
+510,7
@@
static int ir_init (void)
if (rtnl_open (&rth, 0) != 0)
{
- ERROR ("netlink plugin: ir_
read
: rtnl_open failed.");
+ ERROR ("netlink plugin: ir_
init
: rtnl_open failed.");
return (-1);
}