sqs-browse: fixed pad printf and fixed test parallel

This commit is contained in:
Leon Mika 2022-03-23 22:16:34 +11:00
parent c9a31eae35
commit fb749aaee2
4 changed files with 20 additions and 15 deletions

View file

@ -34,7 +34,7 @@ func (s *Service) Poll(ctx context.Context) error {
for _, msg := range newMsgs {
if err := s.store.Save(ctx, msg); err != nil {
log.Println("warn: unable to save new message %v", err)
log.Printf("warn: unable to save new message %v", err)
continue
}
}