c/mutli: Error log on failing semaphore wait

This commit is contained in:
Jakob Bornecrantz 2022-12-04 22:32:31 +00:00
parent ebb7c3cac2
commit a29a3c5ef3

View file

@ -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