Changeset 5912f7c2
- Timestamp:
- Dec 3, 2017 5:29:31 PM (3 years ago)
- Branches:
- master
- Children:
- 16282ec
- Parents:
- 89d7a59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/TunnelController.java
r89d7a59 r5912f7c2 205 205 log("Private key created and saved in " + keyFile.getAbsolutePath()); 206 206 log("You should backup this file in a secure place."); 207 log("New alternatedestination: " + destStr);207 log("New destination: " + destStr); 208 208 String b32 = dest.toBase32(); 209 209 log("Base32: " + b32); … … 295 295 log("Alternate private key created and saved in " + altFile.getAbsolutePath()); 296 296 log("You should backup this file in a secure place."); 297 log("New destination: " + destStr);297 log("New alternate destination: " + destStr); 298 298 String b32 = d.toBase32(); 299 299 log("Base32: " + b32);
Note: See TracChangeset
for help on using the changeset viewer.