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/scepclient/scepclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scepclient/scepclient.c') diff --git a/src/scepclient/scepclient.c b/src/scepclient/scepclient.c index 576ce1dc5..385f6f328 100644 --- a/src/scepclient/scepclient.c +++ b/src/scepclient/scepclient.c @@ -289,7 +289,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); } /** -- cgit v1.2.3