From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 2/2] ipsec: log a debug message when deleting a strongswan config Date: Sat, 05 Aug 2017 12:30:31 +0200 Message-ID: <1501929031-4016-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1501929031-4016-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1239144745270224378==" List-Id: --===============1239144745270224378== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- src/functions/functions.ipsec | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 14d5ef6..38ee0ee 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 =20 --=20 2.6.3 --===============1239144745270224378==--