ObjMatrix  Diff

Differences From Artifact [2c6af4070c]:

To Artifact [4d0e5a29bd]:


66
67
68
69
70
71
72
73
74
75
76

	[super dealloc];
}

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







|
|


66
67
68
69
70
71
72
73
74
75
76

	[super dealloc];
}

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