Skip to content

Commit

Permalink
Update redial.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryuk authored Feb 11, 2024
1 parent 016fccb commit 2789893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amqpjobs/redial.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func (d *Driver) redial(rm *redialMsg) {
return
}

d.log.Info("connection was successfully restored", zap.String("pipeline", pipe.Name()), zap.String("driver", pipe.Driver()), zap.Time("start", t), zap.Int("elapsed", time.Since(t).Milliseconds()))
d.log.Info("connection was successfully restored", zap.String("pipeline", pipe.Name()), zap.String("driver", pipe.Driver()), zap.Time("start", t), zap.Int64("elapsed", time.Since(t).Milliseconds()))

// restart redialer
d.redialer()
Expand Down

0 comments on commit 2789893

Please sign in to comment.