diff --git a/core/java/src/net/i2p/crypto/SU3File.java b/core/java/src/net/i2p/crypto/SU3File.java index ad31f0a4c..7eac2daa2 100644 --- a/core/java/src/net/i2p/crypto/SU3File.java +++ b/core/java/src/net/i2p/crypto/SU3File.java @@ -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"); } }