p/prober: Print info for applied tracking override

This commit is contained in:
Christoph Haag 2021-04-01 02:25:51 +02:00
parent 26d93c52df
commit 686d12d66f

View file

@ -811,6 +811,8 @@ apply_tracking_override(struct prober *p, struct xrt_device **xdevs, size_t num_
o->input_name, &o->offset);
if (multi) {
P_INFO(p, "Applying Tracking override %s <- %s", o->target_device_serial,
o->tracker_device_serial);
// drops the target device from the list, but keeps the tracker
// a tracker could be attached to multiple targets with different names
xdevs[target_idx] = multi;