Skip to content

Commit

Permalink
Give more informations when dispatching signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Acanthostega committed Sep 14, 2013
1 parent 1d44a1f commit 49c0b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion formatter/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ func Dispatcher(
ColoredPrintln(
None,
true,
"Send more jobs signal to ", hosts[host].Hostname,
"Send more jobs signal to", hosts[host].Hostname,
"\nwith new length of", len(hosts[host].Commands),
)
select {
case *(hosts[host].Waiter) <- 1:
Expand Down

0 comments on commit 49c0b56

Please sign in to comment.