mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] main: failure to find a renderer is an error
This commit is contained in:
parent
67509d7a2d
commit
208b722348
@ -1113,7 +1113,7 @@ static int lg_run(void)
|
|||||||
|
|
||||||
if (!g_state.lgr)
|
if (!g_state.lgr)
|
||||||
{
|
{
|
||||||
DEBUG_INFO("Unable to find a suitable renderer");
|
DEBUG_ERROR("Unable to find a suitable renderer");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user