From: Jonatan Schlag Date: Sat, 5 Aug 2017 10:30:31 +0000 (+0200) Subject: ipsec: log a debug message when deleting a strongswan config X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fnetwork.git;a=commitdiff_plain;h=ad48289751c0ae530785c48076226ec84aa9a962 ipsec: log a debug message when deleting a strongswan config Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 14d5ef69..38ee0eee 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -404,6 +404,7 @@ ipsec_reload() { return ${EXIT_ERROR} fi else + log DEBUG "Deleting strongswan config ${NETWORK_IPSEC_SWANCTL_CONNECTIONS_DIR}/${connection}.conf" unlink "${NETWORK_IPSEC_SWANCTL_CONNECTIONS_DIR}/${connection}.conf" fi