aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter/starter.c')
-rw-r--r--src/starter/starter.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index 40500b689..7bd321a3d 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -395,7 +395,10 @@ int main (int argc, char **argv)
init_log("ipsec_starter");
- DBG1(DBG_APP, "Starting strongSwan "VERSION" IPsec [starter]...");
+ DBG1(DBG_APP, "Starting %sSwan "VERSION" IPsec [starter]...",
+ lib->settings->get_bool(lib->settings,
+ "charon.i_dont_care_about_security_and_use_aggressive_mode_psk",
+ FALSE) ? "weak" : "strong");
#ifdef LOAD_WARNING
load_warning = TRUE;