diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Services/ClientCommunicationService.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Services/ClientCommunicationService.swift index 50eb8e773c..36a3b2596e 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Services/ClientCommunicationService.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Services/ClientCommunicationService.swift @@ -38,7 +38,7 @@ class ClientCommunicationService: NSObject, NSFileProviderServiceSource, NSXPCLi func getFileProviderDomainIdentifier(completionHandler: @escaping (String?, Error?) -> Void) { let identifier = self.fpExtension.domain.identifier.rawValue - logger.info("Returning file provider domain identifier.", [.domain: identifier]) + logger.debug("Returning file provider domain identifier.", [.domain: identifier]) completionHandler(identifier, nil) }