ObjMatrix  Diff

Differences From Artifact [6372c5e6df]:

To Artifact [1b0abaa340]:


24
25
26
27
28
29
30
31
32
33
34

#import "MTXClient.h"

@implementation MTXLogoutFailedException
- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to log out user %@: %@",
	    self.client.userID, self.response];
}
@end







|
|


24
25
26
27
28
29
30
31
32
33
34

#import "MTXClient.h"

@implementation MTXLogoutFailedException
- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to log out user %@ with status code: %@",
	    self.client.userID, self.statusCode, self.response];
}
@end