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
+1 -1
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