forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -484,7 +484,11 @@ public class DatabaseLookupMessage extends FastI2NPMessageImpl {
|
|||||||
StringBuilder buf = new StringBuilder(256);
|
StringBuilder buf = new StringBuilder(256);
|
||||||
buf.append("[DatabaseLookupMessage: ");
|
buf.append("[DatabaseLookupMessage: ");
|
||||||
buf.append("\n\tSearch Type: ").append(_type);
|
buf.append("\n\tSearch Type: ").append(_type);
|
||||||
buf.append("\n\tSearch Key: ").append(_key);
|
buf.append("\n\tSearch Key: ");
|
||||||
|
if (_type == Type.LS)
|
||||||
|
buf.append(_key.toBase32());
|
||||||
|
else
|
||||||
|
buf.append(_key);
|
||||||
if (_replyKey != null)
|
if (_replyKey != null)
|
||||||
buf.append("\n\tReply GW: ");
|
buf.append("\n\tReply GW: ");
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user