ObjFW  Diff

Differences From Artifact [f550e41673]:

To Artifact [076a85098b]:


60
61
62
63
64
65
66
67
68
69
	[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







|


60
61
62
63
64
65
66
67
68
69
	[super dealloc];
}

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