Skip to content

Commit 8a5ffa7

Browse files
committed
logging
1 parent 5c3fc42 commit 8a5ffa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pour/vinocart.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,8 @@ func (vc *VinoCart) Pour(ctx context.Context) error {
878878
return err
879879
}
880880

881+
vc.logger.Infof("got box for crop %v", box)
882+
881883
go func() {
882884
defer wg.Done()
883885
err := vc.doPourMotion(ctx, pourContext)

0 commit comments

Comments
 (0)