From 49aeafc5028f8b2473a8e2d2c7661627936ac8f8 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 20 May 2008 16:23:58 +0000 Subject: [PATCH] removed debug statement --- src/libstrongswan/plugins/plugin_loader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libstrongswan/plugins/plugin_loader.c b/src/libstrongswan/plugins/plugin_loader.c index 8d3d5e9c1..28957895a 100644 --- a/src/libstrongswan/plugins/plugin_loader.c +++ b/src/libstrongswan/plugins/plugin_loader.c @@ -112,7 +112,6 @@ static int load(private_plugin_loader_t *this, char *path, char *list) { *pos++ = '\0'; } - DBG1("loaded plugin: '%s'", list); plugin = load_plugin(this, path, list); if (plugin) { /* insert in front to destroy them in reverse order */