2006-03-05 zzz

* Remove the +++--- from the logs on i2psnark startup
This commit is contained in:
zzz
2006-03-06 01:57:47 +00:00
committed by zzz
parent deb35f4af4
commit 94c1c32b51
3 changed files with 7 additions and 9 deletions

View File

@ -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);
} }

View File

@ -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!)

View File

@ -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);