mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 13:47:47 +00:00
[spinel] update log level for co-processor starting (#12786)
This commit changes the log level from CRIT to INFO for co-processor restarting. This is a normal behavior so it shouldn't be CRIT.
This commit is contained in:
@@ -152,7 +152,7 @@ void SpinelDriver::ResetCoprocessor(bool aSoftwareReset)
|
||||
if (aSoftwareReset && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse() == OT_ERROR_NONE))
|
||||
{
|
||||
VerifyOrExit(mIsCoprocessorReady, resetDone = false);
|
||||
LogCrit("Software reset co-processor successfully");
|
||||
LogInfo("Software reset co-processor successfully");
|
||||
ExitNow(resetDone = true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user