ObjFW  Diff

Differences From Artifact [818bacfec1]:

To Artifact [c0d37d74d8]:


51
52
53
54
55
56
57
58
59
60
61
62
}

- (OFString *)description
{
	if (_condition != nil)
		return [OFString stringWithFormat:
		    @"Broadcasting a condition of type %@ failed!",
		    [_condition class]];
	else
		return @"Broadcasting a condition failed!";
}
@end







|




51
52
53
54
55
56
57
58
59
60
61
62
}

- (OFString *)description
{
	if (_condition != nil)
		return [OFString stringWithFormat:
		    @"Broadcasting a condition of type %@ failed!",
		    _condition.class];
	else
		return @"Broadcasting a condition failed!";
}
@end