mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
propagate from branch 'i2p.i2p.zzz.test' (head c92ec83848e87e27921bada8ee24fd108050a50a)
to branch 'i2p.i2p' (head efebdaa0f53b9bc0234d18a7a934cc0f4fa6231e)
This commit is contained in:
@@ -261,7 +261,7 @@ public class PrivateKeyFile {
|
||||
public String toString() {
|
||||
StringBuffer s = new StringBuffer(128);
|
||||
s.append("Dest: ");
|
||||
s.append(this.dest.toBase64());
|
||||
s.append(this.dest != null ? this.dest.toBase64() : "null");
|
||||
s.append("\nContains: ");
|
||||
s.append(this.dest);
|
||||
s.append("\nPrivate Key: ");
|
||||
|
||||
Reference in New Issue
Block a user