forked from I2P_Developers/i2p.i2p
error to warn
This commit is contained in:
@@ -172,8 +172,8 @@ public class Blocklist {
|
|||||||
private void readBlocklistFile(String file) {
|
private void readBlocklistFile(String file) {
|
||||||
File BLFile = new File(file);
|
File BLFile = new File(file);
|
||||||
if (BLFile == null || (!BLFile.exists()) || BLFile.length() <= 0) {
|
if (BLFile == null || (!BLFile.exists()) || BLFile.length() <= 0) {
|
||||||
if (_log.shouldLog(Log.ERROR))
|
if (_log.shouldLog(Log.WARN))
|
||||||
_log.error("Blocklist file not found: " + file);
|
_log.warn("Blocklist file not found: " + file);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
long start = _context.clock().now();
|
long start = _context.clock().now();
|
||||||
|
Reference in New Issue
Block a user