parse: print option name for out-of-range settings
authorJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2018 01:14:22 +0000 (19:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2018 01:14:22 +0000 (19:14 -0600)
commita69c9b57ddcff0cfaa481578ecbc4630b27b971f
tree1078c41b6803061efcd442e1c3072d58892bcb12
parent9f2cd5e0ccbce6b65276c1401cdcf2cb8b77b9ff
parse: print option name for out-of-range settings

Right now we just say we're out of range:

max value out of range: 18446744073709551612 (4294967295 max)

but we don't actually say which option this is. Add that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
parse.c