mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
Log extension id sent over XPC publicly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
eb774adc95
commit
6cb71694fd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ClientCommunicationService: NSObject, NSFileProviderServiceSource, NSXPCLi
|
||||||
|
|
||||||
func getExtensionAccountId(completionHandler: @escaping (String?, Error?) -> Void) {
|
func getExtensionAccountId(completionHandler: @escaping (String?, Error?) -> Void) {
|
||||||
let accountUserId = self.fpExtension.domain.identifier.rawValue
|
let accountUserId = self.fpExtension.domain.identifier.rawValue
|
||||||
Logger.desktopClientConnection.info("Sending extension account ID \(accountUserId)")
|
Logger.desktopClientConnection.info("Sending extension account ID \(accountUserId, privacy: .public)")
|
||||||
completionHandler(accountUserId, nil)
|
completionHandler(accountUserId, nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue