|
|
@@ -178,7 +178,7 @@ func (info *RelayInfo) ToString() string {
|
|
|
|
|
|
// User & token info (mask secrets)
|
|
|
fmt.Fprintf(b, "User{ Id: %d, Email: %q, Group: %q, UsingGroup: %q, Quota: %d }, ",
|
|
|
- info.UserId, info.UserEmail, info.UserGroup, info.UsingGroup, info.UserQuota)
|
|
|
+ info.UserId, common.MaskEmail(info.UserEmail), info.UserGroup, info.UsingGroup, info.UserQuota)
|
|
|
fmt.Fprintf(b, "Token{ Id: %d, Unlimited: %t, Key: ***masked*** }, ", info.TokenId, info.TokenUnlimited)
|
|
|
|
|
|
// Time info
|