ObjFW  Diff

Differences From Artifact [fe448762f6]:

To Artifact [0aa6b04b40]:


71
72
73
74
75
76
77
78

79
80
71
72
73
74
75
76
77

78
79
80







-
+


	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The host %@ could not be resolved: %@",
	    _host, OFDNSResolverErrorCodeDescription(_errorCode)];
	    _host, _OFDNSResolverErrorCodeDescription(_errorCode)];
}
@end