* I2PTunnel: Fix NPE on shared client creation, thx kytv

* Transport: Add Ethiopia to hidden mode list
 * Log and javadoc tweaks
This commit is contained in:
zzz
2012-06-24 11:38:37 +00:00
parent 2a8adcb89a
commit 97b05b1dbf
6 changed files with 20 additions and 4 deletions

View File

@ -584,7 +584,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
} else {
if (_log.shouldLog(Log.DEBUG))
_log.debug(getPrefix() + "Message received of type " + message.getType()
+ " to be handled by " + handler);
+ " to be handled by " + handler.getClass().getSimpleName());
handler.handleMessage(message, this);
}
}