Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrib committed Apr 27, 2018
1 parent 4ec45cd commit 3f368e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (t *Timer) update() {
t.status += Sprintf("\nnow: %v", now)
t.status += Sprintf("\nexactLeft: %v", exactLeft)
t.status += Sprintf("\nt.end: %v", t.end)
t.status += Sprintf("\nt.end.Sub(now): %v", t.end.Sub(now))
}
}
}
Expand Down

0 comments on commit 3f368e3

Please sign in to comment.