]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.ipsec
ipsec: log a debug message when deleting a strongswan config
[people/stevee/network.git] / src / functions / functions.ipsec
index 14d5ef696911fde63b7124bf81d1411692efab72..38ee0eee8c995d44fec92561e658d86f6831db67 100644 (file)
@@ -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