mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 04:43:17 +00:00
fix(dav): Improve logging. Closes #4190
This commit is contained in:
@@ -137,7 +137,7 @@ static NSNumber *yesObject = nil;
|
||||
newEntry = [NSMutableDictionary new];
|
||||
identifier = [davPermission keysWithFormat: @"{%{ns}}%{method}"];
|
||||
if ([aclTree objectForKey: identifier])
|
||||
[self warnWithFormat:
|
||||
[self logWithFormat:
|
||||
@"entry '%@' already exists in DAV permissions table",
|
||||
identifier];
|
||||
[aclTree setObject: newEntry forKey: identifier];
|
||||
|
||||
Reference in New Issue
Block a user