Skip to content

Commit

Permalink
add a log
Browse files Browse the repository at this point in the history
  • Loading branch information
133tosakarin committed Sep 19, 2024
1 parent 993a133 commit 786ca8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ private void initSchemaRegion() {
try {
database = new PartialPath(k);
} catch (IllegalPathException e) {
logger.warn("Illegal database path: {}", k);
continue;
}
futures.add(
Expand Down

0 comments on commit 786ca8e

Please sign in to comment.