bump version number, update changelog, make logging slightly better

This commit is contained in:
idk
2022-09-13 12:58:52 -04:00
parent e94d008335
commit 3d8cddec4f
3 changed files with 6 additions and 2 deletions

View File

@ -133,7 +133,7 @@ public class CopyConfigDir {
}
}
File i2p = appImageHome();
logger.info("Checking for signs of life in I2P directory: " + i2p);
logger.info("Checking for signs of life in I2P_CONFIG directory: " + i2p);
return i2p;
}