Bhyve: log message when rfb client connects
Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D24098
This commit is contained in:
parent
cbd7ddcf65
commit
a717adb5a0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user