log tweak

This commit is contained in:
zzz
2010-02-15 16:16:03 +00:00
parent b0502b1873
commit f189587153

View File

@@ -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);