Skip to content

Commit

Permalink
IGNITE-22775 Add code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov committed Jul 23, 2024
1 parent c9be500 commit d0c7c0f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ public CdcMain(
}

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

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

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

0 comments on commit d0c7c0f

Please sign in to comment.