mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
Logs Improvement: HTTP errors are logged by MXHTTPClient. Remove this error from other logs.
This commit is contained in:
@@ -876,7 +876,7 @@
|
||||
|
||||
} failure:^(NSError *error) {
|
||||
|
||||
NSLog(@"[RecentsDataSource] Failed to update the tag %@ of room (%@) failed", dstRoomTag, room.state.roomId);
|
||||
NSLog(@"[RecentsDataSource] Failed to update the tag %@ of room (%@)", dstRoomTag, room.state.roomId);
|
||||
|
||||
if (moveFailure)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user