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