This commit is contained in:
zzz
2010-01-21 19:44:49 +00:00
parent a9e4248c93
commit 7efab75c3c
8 changed files with 43 additions and 38 deletions

View File

@@ -16,7 +16,7 @@ package net.i2p;
public class CoreVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = "0.7.9";
public final static String VERSION = "0.7.10";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@@ -164,7 +164,7 @@ class LogWriter implements Runnable {
}
}
if (!parent.isDirectory()) {
System.err.println("wtf, we cannot put the logs in a subdirectory of a plain file! we want to stre the log as " + f.getAbsolutePath());
System.err.println("Cannot put the logs in a subdirectory of a plain file: " + f.getAbsolutePath());
//System.exit(0);
}
}