mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 16:50:05 +00:00
Update otLog*() to not require line separators. (#854)
This commit is contained in:
@@ -138,6 +138,6 @@ void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat
|
||||
VerifyOrExit(charsWritten >= 0, logString[offset] = 0);
|
||||
|
||||
exit:
|
||||
fprintf(stderr, "%s\r", logString);
|
||||
fprintf(stderr, "%s\r\n", logString);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user