Skip to content

Commit 66e06ee

Browse files
committed
add debug info
1 parent 3b62115 commit 66e06ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zoo.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,8 @@ func (t *Table) convertToStringer(input interface{}) ([]string, error) {
10331033
return nil, errors.New("internal error: convertToStringer called with nil t.stringer")
10341034
}
10351035

1036+
t.logger.Debugf("convertToString attempt %v using %v", input, t.stringer)
1037+
10361038
inputType := reflect.TypeOf(input)
10371039
stringerFuncVal := reflect.ValueOf(t.stringer)
10381040
stringerFuncType := stringerFuncVal.Type()

0 commit comments

Comments
 (0)