Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-10-03 09:54:16 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-10-03 09:54:16 +0300
commit370b0456a0d7f8c0811a158e75b66d03b736bca2 (patch)
treea01d4b53dc99032bcc29e7f83af6b951c3d308fa /iOSClient
parente24bac152eec0501b5bc2b9282de638309ddf39d (diff)
coding
Diffstat (limited to 'iOSClient')
-rw-r--r--iOSClient/AppDelegate.m2
-rwxr-xr-xiOSClient/Settings/CCAdvanced.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/iOSClient/AppDelegate.m b/iOSClient/AppDelegate.m
index 8f45995f9..34da39eca 100644
--- a/iOSClient/AppDelegate.m
+++ b/iOSClient/AppDelegate.m
@@ -70,7 +70,7 @@
[[NCCommunicationCommon shared] setupWithUserAgent:[CCUtility getUserAgent]];
NSInteger logLevel = [CCUtility getLogLevel];
- [[NCCommunicationCommon shared] setFileLogWithLevel:logLevel echo:true];
+ [[NCCommunicationCommon shared] setFileLogWithLevel:logLevel];
NSString *versionApp = [NSString stringWithFormat:@"%@.%@", [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"], [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]];
NSString *versionNextcloudiOS = [NSString stringWithFormat:[NCBrandOptions sharedInstance].textCopyrightNextcloudiOS, versionApp];
if (isSimulatorOrTestFlight) {
diff --git a/iOSClient/Settings/CCAdvanced.m b/iOSClient/Settings/CCAdvanced.m
index d190a9e8e..c92801964 100755
--- a/iOSClient/Settings/CCAdvanced.m
+++ b/iOSClient/Settings/CCAdvanced.m
@@ -304,7 +304,7 @@
NSInteger logLevel = [[rowDescriptor.value valueData] intValue];
[CCUtility setLogLevel:logLevel];
- [[NCCommunicationCommon shared] setFileLogWithLevel:logLevel echo:true];
+ [[NCCommunicationCommon shared] setFileLogWithLevel:logLevel];
}
}