forked from I2P_Developers/i2p.i2p
* i2ptunnel.config: Remove irc.freshcoffee.i2p
* NetDbRenderer: Adjust debug floodfill estimate * StatManager: Don't start thread for an empty config * StatisticsManager: Don't publish client tunnel stats * Log tweaks
This commit is contained in:
@@ -408,10 +408,14 @@ public class DatabaseLookupMessage extends FastI2NPMessageImpl {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder buf = new StringBuilder();
|
||||
StringBuilder buf = new StringBuilder(256);
|
||||
buf.append("[DatabaseLookupMessage: ");
|
||||
buf.append("\n\tSearch Key: ").append(_key);
|
||||
buf.append("\n\tFrom: ").append(_fromHash);
|
||||
if (_replyKey != null)
|
||||
buf.append("\n\tReply GW: ");
|
||||
else
|
||||
buf.append("\n\tFrom: ");
|
||||
buf.append(_fromHash);
|
||||
buf.append("\n\tReply Tunnel: ").append(_replyTunnel);
|
||||
if (_replyKey != null)
|
||||
buf.append("\n\tReply Key: ").append(_replyKey);
|
||||
|
||||
Reference in New Issue
Block a user