Skip to content

Commit

Permalink
Merge pull request #3 from ashishb/patch-1
Browse files Browse the repository at this point in the history
Update Journal.java
  • Loading branch information
solkin authored Feb 2, 2021
2 parents 8536c86 + f0042cc commit fdbf35e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cache/src/main/java/com/tomclaw/cache/Journal.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ public static Journal readJournal(FileManager fileManager) {
journal.setTotalSize(totalSize);
log("[.] Journal read. Files count is %d and total size is %d", count, totalSize);
} catch (IOException ex) {
ex.printStackTrace();
} finally {
if (stream != null) {
try {
stream.close();
Expand Down

0 comments on commit fdbf35e

Please sign in to comment.