aws / ota-for-aws-iot-embedded-sdk

MIT License
60 stars 74 forks source link

Remove \r\n from logging statements. #470

Closed paulbartell closed 1 year ago

paulbartell commented 1 year ago

Description

Remove CR and LF character from logging calls.

Newline characters are highly platform dependent, so should be handled in the logging macro defined by the integrator of the OTA library.

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.