Skip to content

Commit

Permalink
Merge pull request #69 from erichelgeson/eric/67
Browse files Browse the repository at this point in the history
Fix order of variables for logger. Fixes #67
  • Loading branch information
kagkarlsson authored Oct 9, 2019
2 parents d74af12 + 17c0195 commit 2e5af93
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 2e5af93

Please sign in to comment.