mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Util: Don't warn for new SU3 file types
This commit is contained in:
@@ -885,7 +885,7 @@ public class SU3File {
|
||||
System.out.println("File type " + ftype + " is not supported");
|
||||
return false;
|
||||
}
|
||||
if (ft > TYPE_XML_GZ)
|
||||
if (ft > TYPE_EXE)
|
||||
System.out.println("Warning: File type " + ftype + " is undefined");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user