Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 1, 2023
1 parent 85502f2 commit 3edc330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static Map<String, Collection<DataNode>> load(final String databaseName,
result.putIfAbsent(each.getKey().toLowerCase(), existDataNodes);
}
}
log.error("====result====" + result);
log.error("====final result====" + result);
return result;
}

Expand Down

0 comments on commit 3edc330

Please sign in to comment.