]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
suppress useless debugging message in the ULOG input plugin
authorEric Leblond <eric@inl.fr>
Mon, 23 Jun 2008 14:45:39 +0000 (16:45 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 23 Jun 2008 14:45:39 +0000 (16:45 +0200)
input/packet/ulogd_inppkt_ULOG.c

index 97b9972fa70361a1995d30e2a1a5ed7d1c664cd4..c00d9bf8a965be7f961738892e19191efcf8f691 100644 (file)
@@ -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 */