reduce severity to error in case...
...no suitable egl platform could be selected
This commit is contained in:
parent
8dc94e0817
commit
f20ff8a178
|
@ -138,7 +138,7 @@ fn select_platform_display<N: EGLNativeDisplay + 'static>(
|
||||||
return Ok(display);
|
return Ok(display);
|
||||||
}
|
}
|
||||||
|
|
||||||
crit!(log, "Unable to find suitable EGL platform");
|
error!(log, "Unable to find suitable EGL platform");
|
||||||
Err(Error::DisplayNotSupported)
|
Err(Error::DisplayNotSupported)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue