Log the result of the security level negotiation
This commit is contained in:
parent
8069b29429
commit
d73f20499e
@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libxrdp.h"
|
#include "libxrdp.h"
|
||||||
|
#include "log.h"
|
||||||
|
|
||||||
#define LOG_LEVEL 1
|
#define LOG_LEVEL 1
|
||||||
#define LLOG(_level, _args) \
|
#define LLOG(_level, _args) \
|
||||||
@ -109,8 +110,8 @@ xrdp_iso_negotiate_security(struct xrdp_iso *self)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
LLOGLN(10, ("xrdp_iso_negotiate_security: server security layer %d , client security layer %d",
|
log_message(LOG_LEVEL_DEBUG, "Security layer: requested %d, selected %d",
|
||||||
self->selectedProtocol, self->requestedProtocol));
|
self->requestedProtocol, self->selectedProtocol);
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user