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:
@@ -1622,6 +1622,7 @@ BPlusTree::Find(const uint8 *key, uint16 keyLength, off_t *_value)
|
|||||||
|
|
||||||
nodeOffset = nextOffset;
|
nodeOffset = nextOffset;
|
||||||
}
|
}
|
||||||
|
FATAL(("b+tree node at %Ld could not be loaded\n", nodeOffset));
|
||||||
RETURN_ERROR(B_ERROR);
|
RETURN_ERROR(B_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user