X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneUri.java;h=ea84b39fa32056fa5661769e1a73a1e36916b7fd;hp=6c5bf1687076f546cd1978fe16cbfc39f247fabf;hb=43740d6a1dfc686ab54d0aebd4a5b1bce75b9ed6;hpb=98dc0f7f89b78e93218c12688fe57696c4407692 diff --git a/src/main/java/net/pterodactylus/sone/core/SoneUri.java b/src/main/java/net/pterodactylus/sone/core/SoneUri.java index 6c5bf16..ea84b39 100644 --- a/src/main/java/net/pterodactylus/sone/core/SoneUri.java +++ b/src/main/java/net/pterodactylus/sone/core/SoneUri.java @@ -17,11 +17,12 @@ package net.pterodactylus.sone.core; +import static java.util.logging.Logger.getLogger; + import java.net.MalformedURLException; import java.util.logging.Level; import java.util.logging.Logger; -import net.pterodactylus.util.logging.Logging; import freenet.keys.FreenetURI; /** @@ -33,7 +34,7 @@ import freenet.keys.FreenetURI; public class SoneUri { /** The logger. */ - private static final Logger logger = Logging.getLogger(SoneUri.class); + private static final Logger logger = getLogger("Sone.Data"); /** * Generate a Sone URI from the given URI.