Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
This code was originally lifted from Diego which uses the term executor

Signed-off-by: Chris Adams <[email protected]>
  • Loading branch information
Michael Fraenkel committed May 19, 2014
1 parent d4c3f2d commit 60bebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func main() {
map[string]interface{}{
"timeout": (c.EndpointTimeout).String(),
},
"executor.draining",
"gorouter.draining",
)

router.Drain(c.EndpointTimeout)
Expand Down

0 comments on commit 60bebc2

Please sign in to comment.