aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/conftest.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-06-21 14:45:38 +0200
committerTobias Brunner <tobias@strongswan.org>2013-06-21 15:17:53 +0200
commit607f8e99068dd8a1afebf9035ded1ae56424a2ec (patch)
tree42c6ee0b60c61769109537e42f276a58e9fd3106 /src/conftest/conftest.c
parent34ee14dd287a91260be84d674ebb3ecdc6565b6e (diff)
downloadstrongswan-607f8e99068dd8a1afebf9035ded1ae56424a2ec.tar.bz2
strongswan-607f8e99068dd8a1afebf9035ded1ae56424a2ec.tar.xz
plugin-loader: Add method to print loaded plugins on a given log level
Diffstat (limited to 'src/conftest/conftest.c')
-rw-r--r--src/conftest/conftest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conftest/conftest.c b/src/conftest/conftest.c
index c2251effa..56d98bbe2 100644
--- a/src/conftest/conftest.c
+++ b/src/conftest/conftest.c
@@ -518,6 +518,8 @@ int main(int argc, char *argv[])
{
return 1;
}
+ lib->plugins->status(lib->plugins, LEVEL_CTRL);
+
if (!load_certs(conftest->test, conftest->suite_dir))
{
return 1;