mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 16:50:05 +00:00
logging: Change the posix log fprintf to use \r only. (#351)
This commit is contained in:
committed by
Jonathan Hui
parent
de9313be75
commit
66dce223d6
@@ -135,6 +135,6 @@ void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat
|
||||
VerifyOrExit(charsWritten >= 0, logString[index] = 0);
|
||||
|
||||
exit:
|
||||
fprintf(stderr, "%s\r\n", logString);
|
||||
fprintf(stderr, "%s\r", logString);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user