@@ -242,16 +242,16 @@ indentedHeaders = [[_headers description] stringByReplacingOccurrencesOfString: @"\n" withString: @"\n\t"]; ret = [[OFString alloc] initWithFormat: - @"<%@: %p\n" + @"<%@:\n" @"\tStatus code = %d\n" @"\tHeaders = %@\n" @">", - [self class], self, _statusCode, indentedHeaders]; + [self class], _statusCode, indentedHeaders]; objc_autoreleasePoolPop(pool); return [ret autorelease]; } @end