Skip to content

Commit

Permalink
Update src/controller/CHIPDeviceController.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
msandstedt and bzbarsky-apple authored Jan 25, 2022
1 parent 354c8f3 commit 7a290c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void DeviceController::OnFirstMessageDeliveryFailed(const SessionHandle & sessio
CHIP_ERROR err = UpdateDevice(session->AsSecureSession()->GetPeerNodeId());
if (err != CHIP_NO_ERROR)
{
ChipLogError(Controller, "OnFirstMessageDeliveryFailed was called, but UpdateDevice did not succeed (%s)", ErrorStr(err));
ChipLogError(Controller, "OnFirstMessageDeliveryFailed was called, but UpdateDevice did not succeed (%" CHIP_ERROR_FORMAT ")", err.Format());
}
}

Expand Down

0 comments on commit 7a290c5

Please sign in to comment.