mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[radio-spinel] remove extra log on tx done failure (#4052)
This commit removes the extra logging of spinel error status on tx done callback. The error will be logged from `LogIfFail()` at the exit of the `HandleTransmitDone()`.
This commit is contained in:
committed by
Jonathan Hui
parent
6c6aad2a01
commit
6d07a3eb31
@@ -1257,7 +1257,6 @@ void RadioSpinel::HandleTransmitDone(uint32_t aCommand,
|
||||
}
|
||||
else
|
||||
{
|
||||
otLogWarnPlat("Spinel status: %d.", status);
|
||||
error = SpinelStatusToOtError(status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user