summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-06-23 16:45:39 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-06-23 16:45:39 +0200
commitee36e7a2402cf05a221687584405afce3a78f0c2 (patch)
treebf141ee534559a711d6e847af841f1bb4f4a48e5
parent7ac6e3ee59ccb1ada8dfa322d18032d9607ded3f (diff)
suppress useless debugging message in the ULOG input plugin
-rw-r--r--input/packet/ulogd_inppkt_ULOG.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/packet/ulogd_inppkt_ULOG.c b/input/packet/ulogd_inppkt_ULOG.c
index 97b9972..c00d9bf 100644
--- a/input/packet/ulogd_inppkt_ULOG.c
+++ b/input/packet/ulogd_inppkt_ULOG.c
@@ -270,7 +270,6 @@ static int ulog_read_cb(int fd, unsigned int what, void *param)
}
while ((upkt = ipulog_get_packet(u->libulog_h,
u->libulog_buf, len))) {
- ulogd_log(ULOGD_DEBUG, "==> ulog packet received\n");
/* since we support the re-use of one instance in
* several different stacks, we duplicate the message
* to let them know */