aboutsummaryrefslogtreecommitdiff
path: root/proto/properties.go
diff options
context:
space:
mode:
Diffstat (limited to 'proto/properties.go')
-rw-r--r--proto/properties.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/properties.go b/proto/properties.go
index ee65ff5..0ed1497 100644
--- a/proto/properties.go
+++ b/proto/properties.go
@@ -300,7 +300,7 @@ func (p *Properties) setEncAndDec(typ reflect.Type, lockGetProp bool) {
switch t1 := typ; t1.Kind() {
default:
- fmt.Fprintf(os.Stderr, "proto: no coders for %T\n", t1)
+ fmt.Fprintf(os.Stderr, "proto: no coders for %v\n", t1)
case reflect.Ptr:
switch t2 := t1.Elem(); t2.Kind() {