We don't want to drop into the kernel debugger for that right now
(FATAL() would be okay, but it's currently configured to panic). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12912 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -263,7 +263,7 @@ Index::Update(Transaction &transaction, const char *name, int32 type, const uint
|
|||||||
status = tree->Remove(transaction, (const uint8 *)oldKey, oldLength, inode->ID());
|
status = tree->Remove(transaction, (const uint8 *)oldKey, oldLength, inode->ID());
|
||||||
if (status == B_ENTRY_NOT_FOUND) {
|
if (status == B_ENTRY_NOT_FOUND) {
|
||||||
// That's not nice, but should be no reason to let the whole thing fail
|
// That's not nice, but should be no reason to let the whole thing fail
|
||||||
FATAL(("Could not find value in index \"%s\"!\n", name));
|
INFORM(("Could not find value in index \"%s\"!\n", name));
|
||||||
} else if (status < B_OK)
|
} else if (status < B_OK)
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user