Abandon logging that does not work with Freenet’s logger at all
[Sone.git] / src / main / java / net / pterodactylus / sone / core / FreenetInterface.java
index e802ba2..81ed069 100644 (file)
@@ -76,7 +76,7 @@ import freenet.support.io.ResumeFailedException;
 public class FreenetInterface {
 
        /** The logger. */
-       private static final Logger logger = getLogger("Sone.FreenetInterface");
+       private static final Logger logger = getLogger(FreenetInterface.class.getName());
 
        /** The event bus. */
        private final EventBus eventBus;