Abandon logging that does not work with Freenet’s logger at all
[Sone.git] / src / main / java / net / pterodactylus / sone / core / WebOfTrustUpdaterImpl.java
index 56bd8c9..9aa6dec 100644 (file)
@@ -47,7 +47,7 @@ import com.google.inject.Singleton;
 public class WebOfTrustUpdaterImpl extends AbstractService implements WebOfTrustUpdater {
 
        /** The logger. */
-       private static final Logger logger = getLogger("Sone.WoT.Updater");
+       private static final Logger logger = getLogger(WebOfTrustUpdaterImpl.class.getName());
 
        /** Stop job. */
        @SuppressWarnings("synthetic-access")