Skip to content

Commit 5a4d696

Browse files
committed
Change to log entire description
1 parent 0842d5e commit 5a4d696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDeviceController.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ - (nullable MTRDeviceController *)initWithParameters:(MTRDeviceControllerAbstrac
153153

154154
- (void)dealloc
155155
{
156-
MTR_LOG("%@ dealloc: %p", NSStringFromClass([self class]), self);
156+
MTR_LOG("%@ dealloc", self);
157157
}
158158

159159
- (NSString *)description

0 commit comments

Comments
 (0)