diff options
-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 */ { |