1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

window: downgrade fallback error to warning level

refs: #1505
This commit is contained in:
Wez Furlong 2022-01-05 08:33:03 -07:00
parent cc9ceeef22
commit f11281a4fa

View File

@ -186,7 +186,7 @@ impl GlState {
return match Self::create_ext(wgl, extensions, hdc) {
Ok(state) => Ok(state),
Err(err) => {
log::error!(
log::warn!(
"failed to created extended OpenGL context \
({}), fall back to basic",
err