summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-03-20 00:24:17 +0100
committerEric Leblond <eric@regit.org>2013-04-20 11:36:45 +0200
commit5c15e091501a6099c51206020a88465e69559729 (patch)
tree9fe8106fa87a945d72a72d50d7f975e948b2f90a /src
parentcf0c976fdb6383640cd7ea8f2c8f07d386e9a031 (diff)
ulogd: display stack during configuration
Diffstat (limited to 'src')
-rw-r--r--src/ulogd.c2
1 files changed, 1 insertions, 1 deletions
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 */