|
@@ -81,7 +81,7 @@ class fileProviderData: NSObject {
|
|
|
let levelLog = CCUtility.getLogLevel()
|
|
|
NCCommunicationCommon.shared.levelLog = levelLog
|
|
|
let version = NSString(format: NCBrandOptions.shared.textCopyrightNextcloudiOS as NSString, NCUtility.shared.getVersionApp()) as String
|
|
|
- NCCommunicationCommon.shared.writeLog("Start session with level \(levelLog) " + version + " (File Provider Extension)")
|
|
|
+ NCCommunicationCommon.shared.writeLog("Start File Provider session with level \(levelLog) " + version + " (File Provider Extension)")
|
|
|
}
|
|
|
|
|
|
// NO DOMAIN -> Set default account
|