Logs Improvement: HTTP errors are logged by MXHTTPClient. Remove this error from other logs.

This commit is contained in:
giomfo
2016-10-21 17:10:02 +02:00
parent 5d33ed1a1b
commit dd03d1c205
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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)
{