diff --git a/backend/ssgrpc/cred.go b/backend/ssgrpc/cred.go index 329faeb..8419372 100644 --- a/backend/ssgrpc/cred.go +++ b/backend/ssgrpc/cred.go @@ -43,7 +43,7 @@ func (c *perRPCCreds) GetRequestMetadata(ctx context.Context, uri ...string) (ma c.tokenStr = tok c.l.Unlock() - log.Info.Println("token refreshed:", tok) + log.Info.Println("token refreshed") } meta["authorization"] = "Bearer " + tok