@@ -26,9 +26,9 @@ @implementation MTXFetchRoomListFailedException - (OFString *)description { return [OFString stringWithFormat: - @"Failed to fetch room list for %@: %@", - self.client.userID, self.response]; + @"Failed to fetch room list for %@ with status code %d: %@", + self.client.userID, self.statusCode, self.response]; } @end