I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b9a4c3ba authored by jrandom's avatar jrandom Committed by zzz
Browse files

*cough*

parent cbf6a70a
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,9 @@ public class DatabaseLookupMessage extends I2NPMessageImpl {
buf.append("\n\tSearch Key: ").append(getSearchKey());
buf.append("\n\tFrom: ").append(getFrom());
buf.append("\n\tReply Tunnel: ").append(getReplyTunnel());
buf.append("\n\tDont Include Peers: ").append(_dontIncludePeers.size());
buf.append("\n\tDont Include Peers: ");
if (_dontIncludePeers != null)
buf.append(_dontIncludePeers.size());
buf.append("]");
return buf.toString();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment