From 7734e446934afb2f8474363ec437c3ae14ea7a7d Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Tue, 29 Jun 2010 10:44:31 -0700 Subject: update error message for max netlink socket size reached --- src/netlink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/netlink.c b/src/netlink.c index a43f782..e866028 100644 --- a/src/netlink.c +++ b/src/netlink.c @@ -124,8 +124,8 @@ void nl_resize_socket_buffer(struct nfct_handle *h) "be losing events, this may lead to " "unsynchronized replicas. Please, consider " "increasing netlink socket buffer size via " - "SocketBufferSize and " - "SocketBufferSizeMaxGrowth clauses in " + "NetlinkBufferSize and " + "NetlinkBufferSizeMaxGrowth clauses in " "conntrackd.conf"); s = CONFIG(netlink_buffer_size_max_grown); warned = 1; -- cgit v1.2.3