diff --git a/cli/filplus.go b/cli/filplus.go index cd9616911..d4972bca6 100644 --- a/cli/filplus.go +++ b/cli/filplus.go @@ -211,7 +211,7 @@ var filplusCheckClientCmd = &cli.Command{ return err } if dcap == nil { - return xerrors.Errorf("client %s is not a verified client", err) + return xerrors.Errorf("client %s is not a verified client", caddr) } fmt.Println(*dcap)