2005-11-14 jrandom

* Migrate to the new Syndie interface
This commit is contained in:
jrandom
2005-11-15 00:45:36 +00:00
committed by zzz
parent 8f95143488
commit dceac73951
2 changed files with 4 additions and 4 deletions

View File

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

View File

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