From 5c15e091501a6099c51206020a88465e69559729 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 20 Mar 2013 00:24:17 +0100 Subject: ulogd: display stack during configuration --- src/ulogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ulogd.c b/src/ulogd.c index b28d0f8..8f21cc2 100644 --- a/src/ulogd.c +++ b/src/ulogd.c @@ -830,7 +830,7 @@ static int create_stack(const char *option) } INIT_LLIST_HEAD(&stack->list); - ulogd_log(ULOGD_DEBUG, "building new pluginstance stack (%s):\n", + ulogd_log(ULOGD_NOTICE, "building new pluginstance stack: '%s'\n", option); /* PASS 1: find and instanciate plugins of stack, link them together */ -- cgit v1.2.3