From ff362c337f93851aca819c22d2ca19584902977e Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 4 Mar 2024 21:53:12 +0800 Subject: [PATCH] Implement more logging in sharecontroller Signed-off-by: Claudio Cambra --- .../NextcloudIntegration/FileProviderUIExt/ShareController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift index 0831d7eb4..470e4a2b4 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift @@ -30,6 +30,7 @@ class ShareController: ObservableObject { attributes: String? = nil, options: NKRequestOptions = NKRequestOptions() ) async -> NKError? { + Logger.shareController.info("Saving share: \(self.share.url)") return await withCheckedContinuation { continuation in kit.updateShare( idShare: share.idShare, -- 2.30.2