mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
Print error message if 'execve' failed
This commit is contained in:
parent
491a1f9c52
commit
7a965bd877
@ -207,5 +207,7 @@ int main(int, char **argv)
|
||||
}
|
||||
|
||||
execve("init", argv, environ);
|
||||
|
||||
PERR("execve failed with errno=%d", errno);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user