mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 19:58:09 +00:00
[client] removed debug message output
This commit is contained in:
parent
b6857d94f1
commit
6f5eba3c01
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ int renderThread(void * unused)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IVSHMEM_WAIT_RESULT_TIMEOUT:
|
case IVSHMEM_WAIT_RESULT_TIMEOUT:
|
||||||
DEBUG_INFO("timed out");
|
|
||||||
ivshmem_kick_irq(state.shm->guestID, 0);
|
ivshmem_kick_irq(state.shm->guestID, 0);
|
||||||
ready = false;
|
ready = false;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue