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
-2
View File
@@ -538,8 +538,6 @@ METHOD(daemon_t, initialize, bool,
{
return FALSE;
}
DBG1(DBG_DMN, "loaded plugins: %s",
lib->plugins->loaded_plugins(lib->plugins));
this->public.ike_sa_manager = ike_sa_manager_create();
if (this->public.ike_sa_manager == NULL)