diff options
Diffstat (limited to 'glutin')
-rw-r--r-- | glutin/src/application.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/src/application.rs b/glutin/src/application.rs index b7bf21c3..5921bdd0 100644 --- a/glutin/src/application.rs +++ b/glutin/src/application.rs @@ -71,7 +71,7 @@ where settings.id, ); - log::info!("Window builder: {:#?}", builder); + log::debug!("Window builder: {:#?}", builder); let opengl_builder = ContextBuilder::new() .with_vsync(true) |