ObjFW  Diff

Differences From Artifact [50635a2fc6]:

To Artifact [68088da6a3]:


52
53
54
55
56
57
58
59
60
61
62
63
64
65
- (void)dealloc
{
	[_socket release];

	[super dealloc];
}

- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"Failed to listen in socket of type %@ with a back log of %d: %@",
	    [_socket class], _backLog, of_strerror(_errNo)];
}
@end







|






52
53
54
55
56
57
58
59
60
61
62
63
64
65
- (void)dealloc
{
	[_socket release];

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to listen in socket of type %@ with a back log of %d: %@",
	    [_socket class], _backLog, of_strerror(_errNo)];
}
@end