diff --git a/internal/mbxs/auth.go b/internal/mbxs/auth.go index ffa4684..2e82473 100644 --- a/internal/mbxs/auth.go +++ b/internal/mbxs/auth.go @@ -134,7 +134,7 @@ func OAuth2ClientCredsAuth( if err != nil { logger.Debug().Err(err).Msg("Failed to retrieve token") return fmt.Errorf( - "failed to retrieve token: %w", + "failed to authenticate: %w", err, ) }