[client] main: failure to find a renderer is an error

This commit is contained in:
Geoffrey McRae 2022-01-06 15:19:35 +11:00
parent 67509d7a2d
commit 208b722348

View File

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