1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00

egl: improve trace logging of successful choice

refs: #272
This commit is contained in:
Wez Furlong 2020-10-13 19:45:43 -07:00
parent baebc81432
commit 8fcad1c1ee

View File

@ -529,10 +529,8 @@ impl GlState {
}
};
log::trace!(
"Successfully created a surface using configuration {:x?}",
config
);
log::info!("Successfully created a surface using this configuration");
connection.egl.log_config_info(connection.display, config);
return Ok(Self {
connection: Rc::clone(connection),
context,