I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 94c1c32b authored by zzz's avatar zzz Committed by zzz
Browse files

2006-03-05 zzz

    * Remove the +++--- from the logs on i2psnark startup
parent deb35f4a
No related branches found
No related tags found
No related merge requests found
......@@ -670,12 +670,7 @@ public class Snark
+ " pieces: ");
checking = true;
}
if (checking)
if (checked)
System.out.print("+");
else
System.out.print("-");
else
if (!checking)
Snark.debug("Got " + (checked ? "" : "BAD ") + "piece: " + num,
Snark.INFO);
}
......
$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
* HTML fixes in Syndie to work better with opera (thanks shaklen!)
......
......@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
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 long BUILD = 6;
public final static long BUILD = 7;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment