slirp: remove noisy debug output
This commit is contained in:
parent
73f633fa69
commit
970644576e
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ unsigned long non_block = 1;
|
|||
void qemu_set_nonblock(int fd)
|
||||
{
|
||||
int f;
|
||||
fprintf (stderr, "qemu_set_nonblock()\r\n");
|
||||
f = fcntl(fd, F_GETFL);
|
||||
fcntl(fd, F_SETFL, f | O_NONBLOCK);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue