sys/vfs/hammer: Fix hammer_debug_btree print format
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 7 Mar 2015 09:02:54 +0000 (18:02 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 7 Mar 2015 09:27:12 +0000 (18:27 +0900)
commit7c68241271680fca94ff610ff1b43705b61a4b9b
treef6e8b9c35f368a903d824471a6ab668dbe9759f9
parentf9b843c42de77380759e65354cd6e06d4a76136a
sys/vfs/hammer: Fix hammer_debug_btree print format

- hunk1 - Print current thread variable address like
  hammer_btree_iterate() does.

- hunk2,3 - Add 'R' since hammer_btree_iterate() and
  hammer_btree_iterate_reverse() had the exact same format.

- hunk4 - Minor cleanup to align with other btree debug prints.

- hunk5 - Need another space to align with other btree debug prints.
sys/vfs/hammer/hammer_btree.c