Bhyve: log message when rfb client connects

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D24098
This commit is contained in:
Rebecca Cran 2020-03-18 03:17:15 +00:00
parent cbd7ddcf65
commit a717adb5a0

View File

@ -1049,6 +1049,7 @@ rfb_init(char *hostname, int port, int wait, char *password)
pthread_mutex_lock(&rc->mtx);
pthread_cond_wait(&rc->cond, &rc->mtx);
pthread_mutex_unlock(&rc->mtx);
DPRINTF(("rfb client connected"));
}
freeaddrinfo(ai);