summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a35017)
raw | patch | inline | side by side (parent: 8a35017)
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 3cd91d8ae74cadf18520c78bc09175b5b32a7723..073efe9e9358bdff54c0f6706f41ef499ea73760 100644 (file)
--- a/src/netlink.c
+++ b/src/netlink.c
if (rtnl_open (&rth, 0) != 0)
{
- ERROR ("netlink plugin: ir_read: rtnl_open failed.");
+ ERROR ("netlink plugin: ir_init: rtnl_open failed.");
return (-1);
}