ObjMatrix  Diff

Differences From Artifact [f939691250]:

To Artifact [6d2b4b0f4f]:


61
62
63
64
65
66
67
68
69
70
71

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to join room %@ for %@: %@",
	    _room, self.client.userID, self.response];
}
@end







|
|


61
62
63
64
65
66
67
68
69
70
71

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to join room %@ for %@ with status code %d: %@",
	    _room, self.client.userID, self.statusCode, self.response];
}
@end