Merge pull request #281 from filecoin-project/fix/vm-log

Fix vm log
This commit is contained in:
Whyrusleeping 2019-10-07 18:32:14 -06:00 committed by GitHub
commit c6fbf3b704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -471,7 +471,7 @@ func (vm *VM) ApplyMessage(ctx context.Context, msg *types.Message) (*ApplyRet,
return nil, xerrors.Errorf("fatal error: %w", actorErr)
}
if actorErr != nil {
log.Warn("[%d] Send actor error: %s", vm.blockHeight, actorErr)
log.Warnf("[%d] Send actor error: %+v", vm.blockHeight, actorErr)
}
var errcode uint8