Skip to content

Commit

Permalink
fix typo (#8566)
Browse files Browse the repository at this point in the history
  • Loading branch information
drgnchan committed Jun 13, 2022
1 parent fa5fbd7 commit 10e0490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void init() {
try {
reload();
} catch (IOException e) {
FATAL_LOG.error("[ExternalDataSourceService] dats source reload error", e);
FATAL_LOG.error("[ExternalDataSourceService] datasource reload error", e);
throw new RuntimeException(DB_LOAD_ERROR_MSG);
}

Expand Down

0 comments on commit 10e0490

Please sign in to comment.