Skip to content

Commit

Permalink
chore: update jraft-extension/java-log-storage-impl/src/main/java/com…
Browse files Browse the repository at this point in the history
…/alipay/sofa/jraft/storage/HybridLogStorage.java

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
killme2008 and coderabbitai[bot] authored Jun 16, 2024
1 parent 5370279 commit ab3bd64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public HybridLogStorage(final String path, final StoreOptions storeOptions, fina
try {
FileUtils.forceMkdir(new File(path));
} catch (IOException e) {
// ignore
LOG.error("Failed to create directory at path: {}", path, e);
}
final String newLogStoragePath = Paths.get(path, storeOptions.getStoragePath()).toString();
this.newLogStorage = new LogitLogStorage(newLogStoragePath, storeOptions);
Expand Down

0 comments on commit ab3bd64

Please sign in to comment.