Skip to content

log statement missing parameter #5778

Closed
@davidlehrian

Description

@davidlehrian

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);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions