On Mon 18 Jan 2016 02:09:22 AM CET, Fam Zheng <f...@redhat.com> wrote:
>> > -        error_setg(errp, "bps/iops/maxs values must be 0 or greater");
>> > +        error_setg(errp, "bps/iops/max values must be within [0, %" PRId64
>> > +                         ")", (int64_t)THROTTLE_VALUE_MAX);
>> 
>> I think that should be "]". If you agree, I'll fix it up while
>> applying.
>
> Yes, that's right. Thanks.

That should also be fixed in the iotest.

Berto

Reply via email to