Skip to content
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

log statement missing parameter #5778

Closed
davidlehrian opened this issue Oct 18, 2021 · 1 comment · Fixed by #5796
Closed

log statement missing parameter #5778

davidlehrian opened this issue Oct 18, 2021 · 1 comment · Fixed by #5796
Assignees

Comments

@davidlehrian
Copy link
Contributor

davidlehrian commented Oct 18, 2021

This is a super simple bug. On line 136 of EEPROM.cpp there is a log statement

log_e("Not enough memory for %d bytes in EEPROM");

Notice it is missing the parameter 'size'. It should be

log_e("Not enough memory for %d bytes in EEPROM",size);

@SuGlider
Copy link
Collaborator

SuGlider commented Oct 23, 2021

@davidlehrian
Thanks for reporting.
This is fixed by #5796

@SuGlider SuGlider self-assigned this Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants