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

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

2005-11-14 jrandom

    * Migrate to the new Syndie interface
parent 8f951434
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.286 $ $Date: 2005/11/10 22:46:36 $";
public final static String ID = "$Revision: 1.287 $ $Date: 2005/11/11 21:38:56 $";
public final static String VERSION = "0.6.1.4";
public final static long BUILD = 7;
public final static long BUILD = 8;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);
......
......@@ -1371,8 +1371,8 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
return;
}
if (_log.shouldLog(Log.ERROR))
_log.error("Unable to run a periodic test, as there are no peers with the capacity required");
if (_log.shouldLog(Log.WARN))
_log.warn("Unable to run a periodic test, as there are no peers with the capacity required");
_forceRun = false;
}
......
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