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:
parent
809025e47c
commit
3bb591ce9a
@ -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());
|
||||
if (status == B_ENTRY_NOT_FOUND) {
|
||||
// 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)
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user