From: Florian Forster Date: Tue, 11 Sep 2007 09:09:32 +0000 (+0200) Subject: netlink plugin: Fix an error-message. X-Git-Tag: collectd-4.1.1~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d3648402a2a770bea639ae65c2ccd42196c7a490;p=collectd.git netlink plugin: Fix an error-message. --- diff --git a/src/netlink.c b/src/netlink.c index 3cd91d8a..073efe9e 100644 --- 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); }