mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue