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 71f44dac..c0a8cda4 100644 --- a/glutin/src/application.rs +++ b/glutin/src/application.rs @@ -88,7 +88,7 @@ where settings.id, ); - log::info!("Window builder: {:#?}", builder); + log::debug!("Window builder: {:#?}", builder); #[allow(unsafe_code)] let (display, window, surface, context) = unsafe { |