From 6fa467f56bf8c1d362a3adb1318bb977d400552f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Wed, 12 Jul 2023 15:07:01 +0200 Subject: [PATCH] chore: PR Feedback --- .../InfomaniakCore/FileManagement/AppGroupPathProvider.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/InfomaniakCore/FileManagement/AppGroupPathProvider.swift b/Sources/InfomaniakCore/FileManagement/AppGroupPathProvider.swift index 49aaef6..35dac24 100644 --- a/Sources/InfomaniakCore/FileManagement/AppGroupPathProvider.swift +++ b/Sources/InfomaniakCore/FileManagement/AppGroupPathProvider.swift @@ -18,8 +18,8 @@ #if canImport(MobileCoreServices) +import CocoaLumberjackSwift import Foundation -import OSLog /// Something that can provide a set of common URLs within the app group /// @@ -117,7 +117,7 @@ public final class AppGroupPathProvider: AppGroupPathProvidable { ofItemAtPath: groupDirectoryURL.path ) } catch { - os_log("failed to protect mandatory path") + DDLogError("[AppGroupPathProvider] failed to protect mandatory path :\(error)") return nil }