Skip to content

Commit

Permalink
More detail in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Oct 17, 2020
1 parent e78ed0a commit faab282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recordadderutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (s *Server) runDigital(ctx context.Context, queue *pb.Queue, available int3
err := s.rc.addRecord(ctx, queue.Requests[i])
s.Log(fmt.Sprintf("Adding %v -> %v", queue.Requests[i], err))
if err != nil {
return fmt.Errorf("Error adding record: %v", err)
return fmt.Errorf("Error adding digital record: %v", err)
}

queue.LastDigitalAddition = time.Now().Unix()
Expand Down

0 comments on commit faab282

Please sign in to comment.