mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
parent
baebc81432
commit
8fcad1c1ee
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user