Fix debugLogFormat not copied to builder

This commit is contained in:
Davide De Rosa 2018-09-05 16:17:10 +02:00
parent d6b80ea449
commit 802f7dc0f8
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@ extension TunnelKitProvider.Configuration: Equatable {
builder.renegotiatesAfterSeconds = renegotiatesAfterSeconds
builder.shouldDebug = shouldDebug
builder.debugLogKey = debugLogKey
builder.debugLogFormat = debugLogFormat
return builder
}