forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@@ -247,7 +247,8 @@ class BuildRequestor {
|
||||
if (useVariable) {
|
||||
msg = new VariableTunnelBuildMessage(ctx, SHORT_RECORDS);
|
||||
order = new ArrayList(SHORT_ORDER);
|
||||
log.log(Log.CRIT, "Using new VTBM");
|
||||
if (log.shouldLog(Log.INFO))
|
||||
log.info("Using new VTBM");
|
||||
} else {
|
||||
msg = new TunnelBuildMessage(ctx);
|
||||
order = new ArrayList(ORDER);
|
||||
|
||||
Reference in New Issue
Block a user