plugin-loader: Add method to print loaded plugins on a given log level
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user