Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public List<Map<String, String>> taskConfigs(int maxTasks) {
*/
taskProps.put(JdbcSourceTaskConfig.TABLES_FETCHED, "false");
log.warn("The connector has not been able to read the "
+ "list of tables from the database yet.");
+ "list of tables from the database yet");
} else {
log.trace("currentTables is empty - no tables found after fetch");
taskProps.put(JdbcSourceTaskConfig.TABLES_FETCHED, "true");
Expand Down