Skip to content

Commit

Permalink
typo in test_ISFirmwareUpdate.cpp?
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemallory committed Jan 14, 2025
1 parent 775eb6e commit e7f4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ISFirmwareUpdate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class ISFirmwareUpdateTestHost : public fwUpdate::FirmwareUpdateHost {
if (msg->hdr.msg_type == fwUpdate::MSG_REQ_RESEND_CHUNK) {
TEST_PRINTF("SDK :: Received MSG %s (Chunk %d)...\n", MSG_TYPES[msg->hdr.msg_type], msg->data.req_resend.chunk_id);
} else {
TEST_PRINTF("SDK :: Received MSG %s (%s)...\n", MSG_TYPES[msg->hdr.msg_type], getSessionStatusName());
TEST_PRINTF("SDK :: Received MSG %s (%s)...\n", MSG_TYPES[msg->hdr.msg_type], fwUpdate_getSessionStatusName());
}
#endif
}
Expand Down

0 comments on commit e7f4e39

Please sign in to comment.