agent: fix break level

This commit is contained in:
Gyu-Ho Lee 2016-03-17 12:47:52 -07:00
parent ffed9013c6
commit ec82d81742
1 changed files with 1 additions and 1 deletions

View File

@ -411,8 +411,8 @@ func (t *transporterServer) Transfer(ctx context.Context, r *Request) (*Response
log.Println("error:", err)
}
escape:
cnt := 0
escape:
for {
if cnt%100 == 0 {
log.Printf("Monitoring %v at %v\n", r.Database, time.Now())