Skip to content

Commit

Permalink
little log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaming-archer committed Apr 15, 2024
1 parent 61dd787 commit 639e7f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private void add(AbstractMetaStore metaStore) {
primaryDatabaseMapping = databaseMapping;
if (!metaStoreMapping.isAvailable()) {
throw new WaggleDanceException(
String.format("Primary metastore is unavailable {}", metaStore.getRemoteMetaStoreUris())
String.format("Primary metastore is unavailable %s", metaStore.getRemoteMetaStoreUris())
);
}
}
Expand Down

0 comments on commit 639e7f6

Please sign in to comment.