From c0071d2e95ea4d8ddb787b5cd6d90f23d42d73bc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 3 Mar 2019 01:01:03 -0600 Subject: [PATCH] Enhance logging for remote host check --- sesman/session.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ {