From 02ffd896420239ec6941e5ec2c4030611ed6eaf6 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 13 May 2008 09:14:36 +0000 Subject: decreased plugin load verbosity --- src/libstrongswan/plugins/plugin_loader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstrongswan/plugins/plugin_loader.c') diff --git a/src/libstrongswan/plugins/plugin_loader.c b/src/libstrongswan/plugins/plugin_loader.c index 215ed53d6..3ed30c572 100644 --- a/src/libstrongswan/plugins/plugin_loader.c +++ b/src/libstrongswan/plugins/plugin_loader.c @@ -57,7 +57,7 @@ static int load(private_plugin_loader_t *this, char *path, char *prefix) DBG1("opening plugin directory %s failed", path); return 0; } - DBG1("loading plugins from %s", path); + DBG2("loading plugins from %s", path); while (enumerator->enumerate(enumerator, &rel, &file, NULL)) { plugin_t *plugin; @@ -92,7 +92,7 @@ static int load(private_plugin_loader_t *this, char *path, char *prefix) dlclose(handle); continue; } - DBG1("plugin %s loaded successfully", rel); + DBG2("plugin %s loaded successfully", rel); /* insert in front to destroy them in reverse order */ this->plugins->insert_last(this->plugins, plugin); /* we do not store or free dlopen() handles, leak_detective requires -- cgit v1.2.3