mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Update cmd/clef/main.go
Romeo Rosete Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c30bb9e638
commit
50beb6e6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -1108,7 +1108,7 @@ func GenDoc(ctx *cli.Context) error {
|
|||
if strings.Contains(string(data), "[REDACTED]") {
|
||||
output = append(output, fmt.Sprintf("### %s\n\n%s\n\nExample:\n```json\n%s\n```", name, desc, data))
|
||||
} else {
|
||||
log.Error("Sensitive data detected in output, skipping logging")
|
||||
log.Error("Sensitive data detected in output, skipping logging", "entry", name)
|
||||
}
|
||||
} else {
|
||||
log.Error("Error generating output", "err", err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue