Improve message about listening socket is a wrong state
This commit is contained in:
parent
945833a94f
commit
49ae93130a
@ -457,8 +457,8 @@ xrdp_listen_main_loop(struct xrdp_listen *self)
|
|||||||
if (trans_get_wait_objs(self->listen_trans, robjs,
|
if (trans_get_wait_objs(self->listen_trans, robjs,
|
||||||
&robjs_count) != 0)
|
&robjs_count) != 0)
|
||||||
{
|
{
|
||||||
log_message(LOG_LEVEL_ERROR,"Listening socket is in wrong state we "
|
log_message(LOG_LEVEL_ERROR,"Listening socket is in wrong state, "
|
||||||
"terminate listener");
|
"terminating listener");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user