aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/daemon.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/libcharon/daemon.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/libcharon/daemon.c')
-rw-r--r--src/libcharon/daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcharon/daemon.c b/src/libcharon/daemon.c
index b27e1776a..70262b736 100644
--- a/src/libcharon/daemon.c
+++ b/src/libcharon/daemon.c
@@ -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)