d/ht: Change hand tracking not set up error->debug

This commit is contained in:
Christoph Haag 2021-03-24 18:42:05 +01:00 committed by Jakob Bornecrantz
parent 030230eba9
commit f9c2ab7ed7

View file

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