mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-01 11:28:28 +00:00
t/ctl: Fix error message when toggling io fails
This commit is contained in:
parent
e21f4a2458
commit
9ba24e3b15
|
@ -130,7 +130,7 @@ toggle_io(struct ipc_connection *ipc_c, int client_id)
|
||||||
|
|
||||||
r = ipc_call_system_toggle_io_device(ipc_c, client_id);
|
r = ipc_call_system_toggle_io_device(ipc_c, client_id);
|
||||||
if (r != XRT_SUCCESS) {
|
if (r != XRT_SUCCESS) {
|
||||||
PE("Failed to set focused client to %d.\n", client_id);
|
PE("Failed to toggle io for client %d.\n", client_id);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue