warning tweak

This commit is contained in:
zzz
2018-07-25 15:44:06 +00:00
parent 0bcf9caf7a
commit a700747595

View File

@ -355,7 +355,7 @@ public class RouterConsoleRunner implements RouterApp {
System.out.println("Warning: " + s);
}
if (isJava11) {
s = "Java 10/11 support is beta, and not recommended for general use";
s = "Java 11+ support is beta, and not recommended for general use";
log.logAlways(net.i2p.util.Log.WARN, s);
System.out.println("Warning: " + s);
}