mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 05:06:31 +00:00
st/oxr: Slightly better logging when we fail to transform
This commit is contained in:
parent
a3c4cba7f5
commit
25c78287a2
|
@ -972,7 +972,8 @@ oxr_action_cache_update(struct oxr_logger *log,
|
|||
if (!oxr_input_combine_input(
|
||||
sess, countActionSets, actionSets, act_attached,
|
||||
sub_path, cache, &combined, ×tamp, &is_active)) {
|
||||
oxr_log(log, "Failed to get/combine input values");
|
||||
oxr_log(log, "Failed to get/combine input values '%s'",
|
||||
act_attached->act_ref->name);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue