Skip to content

Commit

Permalink
Fix typo in datashard.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs authored Apr 15, 2024
1 parent 5fee632 commit 7e79320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datashard/datashard.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (sh *Conn) Auth(sm *pgproto3.StartupMessage) error {
case pgproto3.AuthenticationResponseMessage:
err := auth.AuthBackend(sh.dedicated, sh.beRule, v)
if err != nil {
spqrlog.Zero.Error().Err(err).Msg("ailed to perform backend auth")
spqrlog.Zero.Error().Err(err).Msg("failed to perform backend auth")
return err
}
case *pgproto3.ErrorResponse:
Expand Down

0 comments on commit 7e79320

Please sign in to comment.