Abandon logging that does not work with Freenet’s logger at all
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet / PluginStoreConfigurationBackend.java
index eb16a09..eec8aa3 100644 (file)
@@ -38,7 +38,7 @@ public class PluginStoreConfigurationBackend implements ExtendedConfigurationBac
 
        /** The logger. */
        @SuppressWarnings("unused")
-       private static final Logger logger = getLogger("Sone.Fred");
+       private static final Logger logger = getLogger(PluginStoreConfigurationBackend.class.getName());
 
        /** The plugin respirator. */
        private final PluginRespirator pluginRespirator;