diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c index 4e9a58c6..c563d5fd 100644 --- a/xrdp/xrdp_listen.c +++ b/xrdp/xrdp_listen.c @@ -457,8 +457,8 @@ xrdp_listen_main_loop(struct xrdp_listen *self) if (trans_get_wait_objs(self->listen_trans, robjs, &robjs_count) != 0) { - log_message(LOG_LEVEL_ERROR,"Listening socket is in wrong state we " - "terminate listener"); + log_message(LOG_LEVEL_ERROR,"Listening socket is in wrong state, " + "terminating listener"); break; } }