plugin-loader: Add method to print loaded plugins on a given log level

This commit is contained in:
Tobias Brunner
2013-06-21 15:17:53 +02:00
parent 34ee14dd28
commit 607f8e9906
10 changed files with 26 additions and 4 deletions
@@ -565,6 +565,7 @@ JNI_METHOD(CharonVpnService, initializeCharon, void,
library_deinit();
return;
}
lib->plugins->status(lib->plugins, LEVEL_CTRL);
/* add handler for SEGV and ILL etc. */
action.sa_handler = segv_handler;