log connection failure
This commit is contained in:
parent
32292b5353
commit
3fe4faa8d2
@ -764,6 +764,8 @@ xrdp_mm_process_login_response(struct xrdp_mm* self, struct stream* s)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
g_sleep(250);
|
g_sleep(250);
|
||||||
|
g_writeln("xrdp_mm_process_login_response: connect failed "
|
||||||
|
"trying again...");
|
||||||
}
|
}
|
||||||
if (!(self->chan_trans_up))
|
if (!(self->chan_trans_up))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user