Better printing of out of range --dynamic-space-size arguments.
authorStas Boukarev <stassats@gmail.com>
Sat, 30 Nov 2013 20:53:13 +0000 (00:53 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 30 Nov 2013 20:53:13 +0000 (00:53 +0400)
Stop printing unsigned values of dynamic-space-size as signed, %lu, not %ld.
Instead of "argument 4000 is too large, max 4143972351", print
"argument 4000 [MB] is too large, max 4046847 KB".


No differences found