-
Couldn't load subscription status.
- Fork 642
Improve format specifiers in logs #1097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1097 +/- ##
===============================================
+ Coverage 96.54% 98.31% +1.77%
===============================================
Files 9 4 -5
Lines 5643 1189 -4454
Branches 641 369 -272
===============================================
- Hits 5448 1169 -4279
+ Misses 9 0 -9
+ Partials 186 20 -166
Continue to review full report at Codecov.
|
c4a4f1c to
8f3c930
Compare
* Remove C99 %hhu format specifier * Add unsigned long to %lu format specifiers * Log stringified status codes instead of integers
* Remove C99 %hhu format specifier * Add unsigned long to %lu format specifiers * Log stringified status codes instead of integers
* Remove C99 %hhu format specifier * Add unsigned long to %lu format specifiers * Log stringified status codes instead of integers
* Remove C99 %hhu format specifier * Add unsigned long to %lu format specifiers * Log stringified status codes instead of integers
Description of changes:
Remove C99 %hhu format specifiers, add casts to unsigned long wherever %lu is used for size_t, and log strings instead of status codes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.