From: Celine Lee Date: Tue, 22 Mar 2022 11:15:25 +0000 (-0400) Subject: Update error message to align with int16 range (#1513) X-Git-Tag: v1.0.72~9^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/0e996e74c9816c382ab7b82194678cfe2b462ee6?hp=0e996e74c9816c382ab7b82194678cfe2b462ee6 Update error message to align with int16 range (#1513) I think this might be a minor typo-- since the conditional checks for `priority` to be in the signed int16 range, the error message should line up with that expected range. ---