Prefix local options output in OpenVPN provider

Lost in the refactoring.
This commit is contained in:
Davide De Rosa 2022-11-02 20:50:22 +01:00
parent 0d21731e12
commit e225ca15ff
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ extension OpenVPN {
}
log.info("Debug: \(shouldDebug)")
log.info("Masks private data: \(masksPrivateData)")
log.info("Local options:")
configuration.print(isLocal: true)
}
}