From 581a826524efa8bf915bdfccd718d54eac037e3a Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Mon, 28 Apr 2014 20:11:39 -0500 Subject: [PATCH] Output out type of storage is selected when not in debugging mode. --- src/main/java/com/graywolf336/jail/JailIO.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/graywolf336/jail/JailIO.java b/src/main/java/com/graywolf336/jail/JailIO.java index 9279e9c..3a4c205 100644 --- a/src/main/java/com/graywolf336/jail/JailIO.java +++ b/src/main/java/com/graywolf336/jail/JailIO.java @@ -54,6 +54,7 @@ public class JailIO { } pl.debug("The storage type " + st + " with the type being " + storage + "."); + if(!pl.inDebug()) pl.getLogger().info("Storage type selected: " + st); } /** Loads the language file from disk, if there is none then we save the default one. */