From: Jonatan Schlag Date: Mon, 7 Aug 2017 15:18:39 +0000 (+0000) Subject: ipsec: log debug message when generating an ipsec config X-Git-Tag: 009~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77fa6746fb0a81f41035ae73e225cc86a32db93e;p=network.git ipsec: log debug message when generating an ipsec config Signed-off-by: Jonatan Schlag --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index e2ea0a22..18478af6 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -1210,6 +1210,7 @@ ipsec_list_connections() { ipsec_connection_to_strongswan() { local connection="${1}" + log DEBUG "Generating IPsec configuration for ${connection}" # Read the config settings local ${IPSEC_CONNECTION_CONFIG_SETTINGS}