From 8b0e09103b5e7e55b20380c44f093b1cef95480c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 31 Mar 2010 17:28:46 +0200 Subject: Adding DBG_LIB to all calls of libstrongswan's version of DBG*. --- src/pluto/plutomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluto/plutomain.c') diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index 93c663fdb..fe6b4b61f 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -244,7 +244,7 @@ static void print_plugins() len += snprintf(&buf[len], BUF_LEN-len, "%s ", plugin); } enumerator->destroy(enumerator); - DBG1("loaded plugins: %s", buf); + DBG1(DBG_LIB, "loaded plugins: %s", buf); } int main(int argc, char **argv) -- cgit v1.2.3