From: Andreas Steffen Date: Thu, 3 May 2012 09:54:56 +0000 (+0200) Subject: display (soft) same as (not loaded) X-Git-Tag: 5.0.0~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ee11fd42d78f05140404864f3ce25b2608d2102;p=thirdparty%2Fstrongswan.git display (soft) same as (not loaded) --- diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c index 7a6a79bfef..a3908bf1cd 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 499218904c..ae060ac906 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;