Skip to content

Commit

Permalink
Merge pull request kagkarlsson#69 from erichelgeson/eric/67
Browse files Browse the repository at this point in the history
Fix order of variables for logger. Fixes kagkarlsson#67
  • Loading branch information
kagkarlsson authored Oct 9, 2019
2 parents e81a3cf + 3152c13 commit fb884a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ public Scheduler build() {
}

LOG.info("Creating scheduler with configuration: threads={}, pollInterval={}s, heartbeat={}s enable-immediate-execution={}, table-name={}, name={}",
waiter.getWaitDuration().getSeconds(),
executorThreads,
waiter.getWaitDuration().getSeconds(),
heartbeatInterval.getSeconds(),
enableImmediateExecution,
tableName,
Expand Down

0 comments on commit fb884a4

Please sign in to comment.