mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/wmr: Clarify comment in headset_map assert
This commit is contained in:
parent
88d55c6e22
commit
45adabe135
|
@ -1141,7 +1141,7 @@ wmr_hmd_create(enum wmr_headset_type hmd_type,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(wh->hmd_desc != NULL); /* We must have matched something, or the map is set up wrong */
|
assert(wh->hmd_desc != NULL); /* Each supported device MUST have a manually created entry in our headset_map */
|
||||||
|
|
||||||
WMR_INFO(wh, "Found WMR headset type: %s", wh->hmd_desc->debug_name);
|
WMR_INFO(wh, "Found WMR headset type: %s", wh->hmd_desc->debug_name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue