Skip to content

Commit cb9badd

Browse files
committed
put error message back to pre-troubleshooting format
1 parent f5aa09f commit cb9badd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/multiregion/dns.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ func (d *DnsCommand) setCloudflareCname(name, value string) {
181181
Content: value,
182182
})
183183
if err != nil {
184-
fmt.Printf("error updating DNS record %s: %s\nparams: %+v\n", name, err, params)
184+
fmt.Printf("error updating DNS record %s: %s\n", name, err)
185185
}
186186
}

0 commit comments

Comments
 (0)