printf error when can't bind port
This commit is contained in:
parent
93727da778
commit
6c9529c9b9
@ -306,7 +306,8 @@ xrdp_listen_main_loop(struct xrdp_listen* self)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DEBUG(("listen error in xrdp_listen_main_loop"));
|
g_writeln("xrdp_listen_main_loop: listen error, possible port "
|
||||||
|
"already in use");
|
||||||
}
|
}
|
||||||
self->status = -1;
|
self->status = -1;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user