doc: Correct copypasta debugging message

main
Sean McBride 4 years ago
parent e1f7dbe6c3
commit a3b3dfe8ef

@ -850,7 +850,7 @@ sandbox_allocate(struct sandbox_request *sandbox_request)
/* Allocate the Stack */ /* Allocate the Stack */
if (sandbox_allocate_stack(sandbox) < 0) { if (sandbox_allocate_stack(sandbox) < 0) {
error_message = "failed to allocate sandbox heap and linear memory"; error_message = "failed to allocate sandbox stack";
goto err_stack_allocation_failed; goto err_stack_allocation_failed;
} }
sandbox->state = SANDBOX_ALLOCATED; sandbox->state = SANDBOX_ALLOCATED;

Loading…
Cancel
Save