Skip to content

Commit 8ff0fe5

Browse files
Change screen size log level to debug
1 parent e8004a3 commit 8ff0fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/ultimateboomer/resolutioncontrol/ResolutionControlMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public void onResolutionChanged() {
352352
if (getWindow() == null)
353353
return;
354354

355-
LOGGER.info("Screen size changed to {}x{}",
355+
LOGGER.debug("Screen size changed to {}x{}",
356356
getWindow().getFramebufferWidth(), getWindow().getFramebufferHeight());
357357

358358
updateFramebufferSize();

0 commit comments

Comments
 (0)