* Jetty logging: Fix logging using I2PLogger class;

log ignored messages at debug level
This commit is contained in:
zzz
2013-04-14 14:02:43 +00:00
parent 8bfe3f632e
commit 57b794f72a
5 changed files with 26 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";