Enhance logging for remote host check

master
Timothy Pearson 5 years ago
parent 66ce7effee
commit c0071d2e95

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

Loading…
Cancel
Save