Skip to content

Commit

Permalink
fix exception description when use us/ns
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuheng55555 committed Sep 11, 2023
1 parent f2e34a3 commit 7b8c619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private void loadProps() {
throw new RuntimeException(
"The database "
+ config.getDbConfig().getDB_SWITCH()
+ " can't use microsecond precision");
+ " can't use us/ns precision");
}
break;
default:
Expand Down

0 comments on commit 7b8c619

Please sign in to comment.