printf error when can't bind port

This commit is contained in:
Jay Sorg 2011-07-06 19:54:10 -07:00
parent 93727da778
commit 6c9529c9b9

View File

@ -306,7 +306,8 @@ xrdp_listen_main_loop(struct xrdp_listen* self)
}
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;
return 0;