Skip to content

Commit

Permalink
changed punctuation
Browse files Browse the repository at this point in the history
Improve readability of console log
  • Loading branch information
barry-ha committed Apr 11, 2023
1 parent d661e70 commit d12797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save_restore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int SaveRestore::writeConfig(const byte *pData, const unsigned int sizeData) {
*/
int SaveRestoreStrings::open(const char *fqFilename, const char *mode) { // https://cplusplus.com/reference/cstdio/fopen/
// returns 1=success, 0=failure
logger.info("Opening text file system, ", fqFilename);
logger.info("Opening text file system: ", fqFilename);

int result = openFlash(); // open file system and report errors
if (!result) {
Expand Down

0 comments on commit d12797e

Please sign in to comment.