diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-03 01:01:03 -0600 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-03 01:01:03 -0600 |
commit | c0071d2e95ea4d8ddb787b5cd6d90f23d42d73bc (patch) | |
tree | 0b30bb1fbfc059899628c3b58e16bebebe766dcc | |
parent | 66ce7effee9dd88958866b65eea06d1d8ee00e17 (diff) | |
download | xrdp-proprietary-c0071d2e95ea4d8ddb787b5cd6d90f23d42d73bc.tar.gz xrdp-proprietary-c0071d2e95ea4d8ddb787b5cd6d90f23d42d73bc.zip |
-rw-r--r-- | sesman/session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/session.c b/sesman/session.c index 70efd7c0..2a049453 100644 --- a/sesman/session.c +++ b/sesman/session.c @@ -224,6 +224,8 @@ x_server_running_check_remote_ports(const char* host, int display) int x_running; int sck; + log_message(LOG_LEVEL_DEBUG, "Checking for running X server on %s:%d\n", host, display); + x_running = 0; /* check 59xx */ { |