mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 05:06:31 +00:00
d/ht: Change hand tracking not set up error->debug
This commit is contained in:
parent
030230eba9
commit
f9c2ab7ed7
|
@ -128,7 +128,7 @@ ht_device_create(struct xrt_auto_prober *xap, cJSON *attached_data, struct xrt_p
|
|||
htd->base.name = XRT_DEVICE_HAND_TRACKER;
|
||||
|
||||
if (xp->tracking->create_tracked_hand(xp->tracking, &htd->base, &htd->tracker) < 0) {
|
||||
HT_ERROR(htd, "Failed to create hand tracker module");
|
||||
HT_DEBUG(htd, "Failed to create hand tracker module");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue