st/p: change PSVR/PSMV not set up error->info

This commit is contained in:
Christoph Haag 2021-03-24 18:40:22 +01:00 committed by Jakob Bornecrantz
parent 8f16118020
commit 030230eba9

View file

@ -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;
}