Skip to content

Commit

Permalink
IGNITE-22775 Fix code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov committed Jul 23, 2024
1 parent 6b27081 commit de9b607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public CdcMain(

consumer = new WalRecordsConsumer<>(cdcCfg.getConsumer(), log);

System.err.println("Replace this use of System.err by a logger.");
log.debug("Replaced this use of System.err by a logger.");
}

/** Runs Change Data Capture. */
Expand Down

0 comments on commit de9b607

Please sign in to comment.