summaryrefslogtreecommitdiffstats
path: root/input/packet
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-06-12 11:17:03 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-06-12 11:17:03 +0200
commit14d01ad2ec4bd1ceae13fc3789922fdc059d2b30 (patch)
tree317386cb3f769c5330ce72c0bf6b0f9b47c2fbc9 /input/packet
parent45499c285e455cb748c7bc85f759682022fc295f (diff)
Cleanup: fix error messages and indentation
This patch fixes some messages in the NFCT and NFLOG input plugin (end of line before quote). It also fixes indenting by suppressing some spaces on empty line and replacing spaces by tab. Signed-off-by: Eric Leblond <eric@inl.fr>
Diffstat (limited to 'input/packet')
-rw-r--r--input/packet/ulogd_inppkt_NFLOG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c
index 0f26564..8c2aab6 100644
--- a/input/packet/ulogd_inppkt_NFLOG.c
+++ b/input/packet/ulogd_inppkt_NFLOG.c
@@ -434,7 +434,7 @@ static int nful_read_cb(int fd, unsigned int what, void *param)
"We are losing events. Please, "
"consider using the clauses "
"`netlink_socket_buffer_size' and "
- "`netlink_socket_buffer_maxsize\n'");
+ "`netlink_socket_buffer_maxsize'\n");
}
}
return len;