mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
remove debug message
This commit is contained in:
parent
dbbca6037c
commit
0966078138
1 changed files with 0 additions and 1 deletions
|
@ -1590,7 +1590,6 @@ int uhyve_loop(int argc, char **argv)
|
|||
fprintf(stderr, "uhyve downsiize envc from %d to %d\n", uhyve_envc, MAX_ARGC_ENVC-1);
|
||||
uhyve_envc = MAX_ARGC_ENVC-1;
|
||||
}
|
||||
printf("envc %d\n", uhyve_envc);
|
||||
|
||||
if(uhyve_argc > MAX_ARGC_ENVC || uhyve_envc > MAX_ARGC_ENVC) {
|
||||
fprintf(stderr, "uhyve cannot forward more than %d command line "
|
||||
|
|
Loading…
Add table
Reference in a new issue