diff --git a/runtime/src/sandbox.c b/runtime/src/sandbox.c index 876d73b..b40eae7 100644 --- a/runtime/src/sandbox.c +++ b/runtime/src/sandbox.c @@ -850,7 +850,7 @@ sandbox_allocate(struct sandbox_request *sandbox_request) /* Allocate the Stack */ 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; } sandbox->state = SANDBOX_ALLOCATED;