Skip to content

Commit 0685340

Browse files
Update src/darwin/Framework/CHIP/MTRDevice.mm
Co-authored-by: Justin Wood <woody@apple.com>
1 parent a385168 commit 0685340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ - (void)dealloc
541541
[[NSNotificationCenter defaultCenter] removeObserver:_systemTimeChangeObserverToken];
542542

543543
// TODO: retain cycle and clean up https://github.com/project-chip/connectedhomeip/issues/34267
544-
MTR_LOG("%@ dealloc called", self);
544+
MTR_LOG("MTRDevice dealloc: %p", self);
545545
}
546546

547547
- (NSString *)description

0 commit comments

Comments
 (0)