This commit is contained in:
jrandom
2004-07-16 19:14:39 +00:00
committed by zzz
parent 707b173e77
commit f0b6cbaf89

View File

@ -85,7 +85,7 @@ class TunnelPool {
} }
if (id == null) { if (id == null) {
if (_log.shouldLog(Log.ERROR)) if (_log.shouldLog(Log.ERROR))
_log.error(toString() + ": Id requested is null"); _log.error(toString() + ": Id requested is null", new Exception("wtf, why do you want a null?"));
return null; return null;
} }
boolean typeKnown = id.getType() != TunnelId.TYPE_UNSPECIFIED; boolean typeKnown = id.getType() != TunnelId.TYPE_UNSPECIFIED;