Skip to content

Commit

Permalink
Add log statment to debug registering auth server impls
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Johnson committed Jan 16, 2025
1 parent cd65aab commit 7090c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/mysql/auth_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ func RegisterAuthServer(name string, authServer AuthServer) {
log.Fatalf("AuthServer named %v already exists", name)
}
authServers[name] = authServer
log.Infof("registered auth server %v", name)
}

// GetAuthServer returns an AuthServer by name, or log.Exitf.
Expand Down

0 comments on commit 7090c52

Please sign in to comment.