XXX: Fix log glitch
This commit is contained in:
parent
ac418f414a
commit
04fbbb1fe1
|
@ -509,7 +509,7 @@ extension TunnelKitProvider {
|
|||
log.info("\tCustom DNS servers: \(dnsServers.maskedDescription)")
|
||||
}
|
||||
log.info("\tDebug: \(shouldDebug)")
|
||||
log.info("\tMasks private data: \(masksPrivateData)")
|
||||
log.info("\tMasks private data: \(masksPrivateData ?? true)")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue