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