summaryrefslogtreecommitdiffhomepage
path: root/cmd/mfmt
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mfmt')
-rw-r--r--cmd/mfmt/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mfmt/main.go b/cmd/mfmt/main.go
index 2c9b239..b8e0722 100644
--- a/cmd/mfmt/main.go
+++ b/cmd/mfmt/main.go
@@ -172,6 +172,6 @@ func intlen(v int) int {
}
func warn(e error) {
- fmt.Fprintf(os.Stderr, "%s: %+v\n", filepath.Base(os.Args[0]), e)
+ fmt.Fprintf(os.Stderr, "%s: %s\n", filepath.Base(os.Args[0]), e)
rv = 1
}