Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-09-16 18:11:42 +08:00
parent 693ca1e8b1
commit 7fef26233b

View File

@@ -20,7 +20,7 @@ type ClientSetNotEnabledError struct {
} }
func (e ClientSetNotEnabledError) Error() string { func (e ClientSetNotEnabledError) Error() string {
return fmt.Sprintf("client set not enabled: %s", e.err.Error()) return fmt.Sprintf("client set not enabled: %v", e.err)
} }
type ClientSetOptions struct { type ClientSetOptions struct {