aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/unapplied/server/0610-Don-t-log-debug-logging-being-disabled.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/unapplied/server/0610-Don-t-log-debug-logging-being-disabled.patch')
-rw-r--r--patches/unapplied/server/0610-Don-t-log-debug-logging-being-disabled.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/unapplied/server/0610-Don-t-log-debug-logging-being-disabled.patch b/patches/unapplied/server/0610-Don-t-log-debug-logging-being-disabled.patch
new file mode 100644
index 0000000000..8e733b1cea
--- /dev/null
+++ b/patches/unapplied/server/0610-Don-t-log-debug-logging-being-disabled.patch
@@ -0,0 +1,19 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Noah van der Aa <[email protected]>
+Date: Tue, 14 Sep 2021 16:24:45 +0200
+Subject: [PATCH] Don't log debug logging being disabled
+
+
+diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
+index 85f3433860abd91a89961907940a807a8b190a46..4dbb109d0526afee99b9190fc256585121aac9b5 100644
+--- a/src/main/java/org/spigotmc/SpigotConfig.java
++++ b/src/main/java/org/spigotmc/SpigotConfig.java
+@@ -381,7 +381,7 @@ public class SpigotConfig
+ Bukkit.getLogger().info( "Debug logging is enabled" );
+ } else
+ {
+- Bukkit.getLogger().info( "Debug logging is disabled" );
++ // Bukkit.getLogger().info( "Debug logging is disabled" ); // Paper - Don't log if debug logging isn't enabled.
+ }
+ }
+