Skip to content

Commit

Permalink
List unsupported type
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue committed Dec 9, 2014
1 parent 17a72a6 commit cd7533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func loadEntity(dst interface{}, src *ole.IDispatch) (errFieldMismatch error) {
return &ErrFieldMismatch{
StructType: f.Type(),
FieldName: n,
Reason: "unsupported type",
Reason: fmt.Sprintf("unsupported type (%T)", val),
}
}
}
Expand Down

0 comments on commit cd7533c

Please sign in to comment.