Skip to content

Commit

Permalink
Update src/app/OperationalDeviceProxy.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Jul 21, 2022
1 parent f213acf commit 4a95a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/OperationalDeviceProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void OperationalDeviceProxy::UpdateDeviceData(const Transport::PeerAddress & add
char peerAddrBuff[Transport::PeerAddress::kMaxToStringSize];
addr.ToString(peerAddrBuff);

ChipLogDetail(Controller, "Updating device address to %s while in state %d on node 0x" ChipLogFormatX64, peerAddrBuff,
ChipLogDetail(Controller, "Updating device address to %s while in state %d for node 0x" ChipLogFormatX64, peerAddrBuff,
static_cast<int>(mState), ChipLogValueX64(GetDeviceId()));
#endif

Expand Down

0 comments on commit 4a95a1d

Please sign in to comment.