log tweak

This commit is contained in:
zzz
2014-03-01 13:13:52 +00:00
parent 36a3edf612
commit 81c58c1796

View File

@@ -417,9 +417,10 @@ public class DatabaseLookupMessage extends FastI2NPMessageImpl {
buf.append("\n\tReply Key: ").append(_replyKey);
if (_replyTag != null)
buf.append("\n\tReply Tag: ").append(_replyTag);
buf.append("\n\tDon't Include Peers: ");
if (_dontIncludePeers != null)
if (_dontIncludePeers != null) {
buf.append("\n\tDon't Include Peers: ");
buf.append(_dontIncludePeers.size());
}
buf.append("]");
return buf.toString();
}