forked from I2P_Developers/i2p.i2p
2006-03-05 zzz
* Remove the +++--- from the logs on i2psnark startup
This commit is contained in:
@ -670,12 +670,7 @@ public class Snark
|
|||||||
+ " pieces: ");
|
+ " pieces: ");
|
||||||
checking = true;
|
checking = true;
|
||||||
}
|
}
|
||||||
if (checking)
|
if (!checking)
|
||||||
if (checked)
|
|
||||||
System.out.print("+");
|
|
||||||
else
|
|
||||||
System.out.print("-");
|
|
||||||
else
|
|
||||||
Snark.debug("Got " + (checked ? "" : "BAD ") + "piece: " + num,
|
Snark.debug("Got " + (checked ? "" : "BAD ") + "piece: " + num,
|
||||||
Snark.INFO);
|
Snark.INFO);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
$Id: history.txt,v 1.427 2006/03/05 02:44:59 complication Exp $
|
$Id: history.txt,v 1.428 2006/03/05 12:07:15 jrandom Exp $
|
||||||
|
|
||||||
|
2006-03-05 zzz
|
||||||
|
* Remove the +++--- from the logs on i2psnark startup
|
||||||
|
|
||||||
2006-03-05 jrandom
|
2006-03-05 jrandom
|
||||||
* HTML fixes in Syndie to work better with opera (thanks shaklen!)
|
* HTML fixes in Syndie to work better with opera (thanks shaklen!)
|
||||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.368 $ $Date: 2006/03/05 02:45:00 $";
|
public final static String ID = "$Revision: 1.369 $ $Date: 2006/03/05 12:07:13 $";
|
||||||
public final static String VERSION = "0.6.1.12";
|
public final static String VERSION = "0.6.1.12";
|
||||||
public final static long BUILD = 6;
|
public final static long BUILD = 7;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user