mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/mutli: Error log on failing semaphore wait
This commit is contained in:
parent
ebb7c3cac2
commit
a29a3c5ef3
|
@ -200,6 +200,10 @@ wait_semaphore(struct xrt_compositor_semaphore **xcsem_ptr, uint64_t value)
|
|||
} while (true);
|
||||
|
||||
xrt_compositor_semaphore_reference(xcsem_ptr, NULL);
|
||||
|
||||
if (ret != XRT_SUCCESS) {
|
||||
U_LOG_E("Semaphore waiting failed!");
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue