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: ");
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);
}