Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kvargha committed Feb 13, 2025
1 parent 620dc58 commit 8bbc834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public final void onRecovery(
boolean transformerLogicChanged = hasTransformerLogicChanged(classHash, offsetRecord);

if (recordTransformer.getAlwaysBootstrapFromVersionTopic() || transformerLogicChanged) {
LOGGER.info("Bootstrapping directly from the VersionTopic for partition {}", partitionId);
LOGGER.info("Bootstrapping directly from the VersionTopic for partition: {}", partitionId);

// Bootstrap from VT
storageEngine.clearPartitionOffset(partitionId);
Expand Down

0 comments on commit 8bbc834

Please sign in to comment.