strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005b02c
)
Be less verbose if plugin dependecy not satisfied
author
Martin Willi
<martin@revosec.ch>
Wed, 7 Dec 2011 12:40:38 +0000
(13:40 +0100)
committer
Martin Willi
<martin@revosec.ch>
Wed, 7 Dec 2011 12:42:10 +0000
(13:42 +0100)
src/libstrongswan/plugins/plugin_loader.c
patch
|
blob
|
history
diff --git
a/src/libstrongswan/plugins/plugin_loader.c
b/src/libstrongswan/plugins/plugin_loader.c
index
a8f7a64
..
4d26a77
100644
(file)
--- a/
src/libstrongswan/plugins/plugin_loader.c
+++ b/
src/libstrongswan/plugins/plugin_loader.c
@@
-292,7
+292,7
@@
static bool dependencies_satisfied(private_plugin_loader_t *this,
name = entry->plugin->get_name(entry->plugin);
provide = plugin_feature_get_string(&features[0]);
depend = plugin_feature_get_string(&features[i]);
- DBG
1
(DBG_LIB, "feature %s in '%s' plugin has unsatisfied "
+ DBG
2
(DBG_LIB, "feature %s in '%s' plugin has unsatisfied "
"dependency: %s", provide, name, depend);
free(provide);
free(depend);