ObjFW  Diff

Differences From Artifact [2edba3e966]:

To Artifact [f160570582]:


53
54
55
56
57
58
59
60
61
62
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to accept connection in socket of class %@: %@",
	    [_socket class], of_strerror(_errNo)];
}
@end







|


53
54
55
56
57
58
59
60
61
62
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to accept connection in socket of class %@: %@",
	    [_socket class], OFStrError(_errNo)];
}
@end