aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-05-03 11:54:56 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-05-03 11:54:56 +0200
commit2ee11fd42d78f05140404864f3ce25b2608d2102 (patch)
treedd5c15235f39feae534e8e7eda7a4b4e3f5a6488
parent493c468d4dfdccf85db9a5b67c348fe12f84ded1 (diff)
downloadstrongswan-2ee11fd42d78f05140404864f3ce25b2608d2102.tar.bz2
strongswan-2ee11fd42d78f05140404864f3ce25b2608d2102.tar.xz
display (soft) same as (not loaded)
-rw-r--r--src/libcharon/plugins/stroke/stroke_list.c2
-rw-r--r--src/pluto/plugin_list.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c
index 7a6a79bfe..a3908bf1c 100644
--- a/src/libcharon/plugins/stroke/stroke_list.c
+++ b/src/libcharon/plugins/stroke/stroke_list.c
@@ -1286,7 +1286,7 @@ static void list_plugins(FILE *out)
fprintf(out, " %s\n", str);
break;
case FEATURE_SDEPEND:
- fprintf(out, " %s(soft)\n", str);
+ fprintf(out, " %s (soft)\n", str);
break;
default:
break;
diff --git a/src/pluto/plugin_list.c b/src/pluto/plugin_list.c
index 499218904..ae060ac90 100644
--- a/src/pluto/plugin_list.c
+++ b/src/pluto/plugin_list.c
@@ -59,7 +59,7 @@ void plugin_list(void)
whack_log(RC_COMMENT, " %s", str);
break;
case FEATURE_SDEPEND:
- whack_log(RC_COMMENT, " %s(soft)", str);
+ whack_log(RC_COMMENT, " %s (soft)", str);
break;
default:
break;