Skip to content

Commit

Permalink
[log] fix ncp spinel log (#2487)
Browse files Browse the repository at this point in the history
The commit removes the redundant function name.
  • Loading branch information
Irving-cl authored Sep 13, 2024
1 parent d5d79a8 commit 5d6282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ncp/ncp_spinel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void NcpSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength)
HandleValueIs(key, data, static_cast<uint16_t>(len));

exit:
otbrLogResult(error, "HandleNotification: %s", __FUNCTION__);
otbrLogResult(error, "%s", __FUNCTION__);
}

void NcpSpinel::HandleResponse(spinel_tid_t aTid, const uint8_t *aFrame, uint16_t aLength)
Expand Down

0 comments on commit 5d6282f

Please sign in to comment.