mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
76db9dfec8
In CliUartOutput, if otPlatUartFlush() fails when trying to send buffered output to make room for new output, it logs a warning using otLogWarnPlat. However, this warning is added to the same full buffer, which does not help and can cause further issues. This commit removes the offending log line as suggested in issue #7478.