netlink plugin: Fix an error-message.
authorFlorian Forster <octo@huhu.verplant.org>
Tue, 11 Sep 2007 09:09:32 +0000 (11:09 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 11 Sep 2007 09:09:32 +0000 (11:09 +0200)
src/netlink.c

index 3cd91d8..073efe9 100644 (file)
@@ -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);
   }