mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 05:06:31 +00:00
st/p: change PSVR/PSMV not set up error->info
This commit is contained in:
parent
8f16118020
commit
030230eba9
|
@ -136,9 +136,7 @@ p_factory_ensure_frameserver(struct p_factory *fact)
|
|||
fact->tried_settings = true;
|
||||
|
||||
if (!u_config_json_get_tracking_settings(&fact->p->json, &fact->settings)) {
|
||||
U_LOG_E(
|
||||
"Could not setup PSVR and/or PSMV tracking, "
|
||||
"see above.");
|
||||
U_LOG_I("PSVR and/or PSMV tracking is not set up, see above.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue