Revert "sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock"
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 23 Apr 2015 10:41:44 +0000 (19:41 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 23 Apr 2015 12:45:20 +0000 (21:45 +0900)
commitb1c084cde78885ba34491f997e0c3db911a7464e
tree7297aace26b13358534687c4db72fa4985acddd3
parent57f26b356b7b50aab2bbb0dec9adf665ee6220af
Revert "sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock"

This reverts commit d58869bda15ddc5e96c1c053196fcd3e56e340c6.

- According to the hammer rebalance (cmd_rebalance.c) which has
  a similar printf, this printf was probably intended to show
  localization type('s lower limit) when btree iteration starts,
  rather than localization types to look for during the iteration.
  Then it was right to print 0x0 (key_beg.localization) for %04x.
sbin/hammer/cmd_reblock.c