]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
ulogd: display stack during configuration
authorEric Leblond <eric@regit.org>
Tue, 19 Mar 2013 23:24:17 +0000 (00:24 +0100)
committerEric Leblond <eric@regit.org>
Sat, 20 Apr 2013 09:36:45 +0000 (11:36 +0200)
src/ulogd.c

index b28d0f858dd66676db901a7ed3cc7412500955cf..8f21cc277e9e77c4067a3c4b8215fa8738fdc719 100644 (file)
@@ -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 */