Skip to content

Commit

Permalink
shortened some logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ha committed Apr 29, 2023
1 parent 43e11be commit 89aee0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion save_restore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ int SaveRestoreStrings::readLine(char *pBuffer, int bufflen) { // https://cplu
void SaveRestoreStrings::close() {
// Echo metadata about the file:
logger.info(". Total file size (bytes): %d", handle.size());
logger.info("Closing text file system");
handle.close();
}

Expand Down

0 comments on commit 89aee0a

Please sign in to comment.