--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/04/05 12:37:13 1773 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2012/04/05 12:40:27 1774 @@ -103,7 +103,7 @@ Class.forName("de.codeinfection.quickwango.ApiBukkit.ApiServer.ApiController"); //if it fails it throws an exception WebLoader.getInstance().load(this, logintimeHandler.getConfig(), home.getConfig()); - getLogger().warning("ApiBukkit found, status listener registered"); + getLogger().info("ApiBukkit found, status listener registered"); } catch (ClassNotFoundException e) { getLogger().warning("Could not find ApiBukkit - web status is disabled" );