ObjFW  Diff

Differences From Artifact [790e9c0e69]:

To Artifact [6c8df61c71]:


64
65
66
67
68
69
70
71
72
73
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"An observer of class %@ failed to observe: %@",
	    [_observer className], of_strerror(_errNo)];
}
@end







|


64
65
66
67
68
69
70
71
72
73
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"An observer of class %@ failed to observe: %@",
	    _observer.class, of_strerror(_errNo)];
}
@end