Added a little more debug output in BPlusTree::Find().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3393 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-06-01 02:49:38 +00:00
parent 047625c2c5
commit cca15c0166
@@ -1622,6 +1622,7 @@ BPlusTree::Find(const uint8 *key, uint16 keyLength, off_t *_value)
nodeOffset = nextOffset;
}
FATAL(("b+tree node at %Ld could not be loaded\n", nodeOffset));
RETURN_ERROR(B_ERROR);
}