ObjMatrix  Diff

Differences From Artifact [4b628c276b]:

To Artifact [1ab07a8b06]:


61
62
63
64
65
66
67
68
69
70
71

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to leave room %@ for %@: %@",
	    _roomID, 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 leave room %@ for %@ with status code %d: %@",
	    _roomID, self.client.userID, self.statusCode, self.response];
}
@end