ObjMatrix  Diff

Differences From Artifact [900a59b5fd]:

To Artifact [9df3447195]:


62
63
64
65
66
67
68
69
70
71
72

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to log in user %@ on %@: %@",
	    _user, _homeserver, _response];
}
@end







|
|


62
63
64
65
66
67
68
69
70
71
72

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to log in user %@ on %@ with status code %d: %@",
	    _user, _homeserver, _statusCode, _response];
}
@end