mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[client] main: failure to find a renderer is an error
This commit is contained in:
parent
67509d7a2d
commit
208b722348
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ static int lg_run(void)
|
|||
|
||||
if (!g_state.lgr)
|
||||
{
|
||||
DEBUG_INFO("Unable to find a suitable renderer");
|
||||
DEBUG_ERROR("Unable to find a suitable renderer");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue