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

Skip to content
Snippets Groups Projects
Unverified Commit a5bc80da authored by zzz's avatar zzz
Browse files

i2ptunnel: Improve message on filter file error

parent 5f4ad87d
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ public class I2PTunnelServer extends I2PTunnelTask implements Runnable {
try {
_filter = FilterFactory.createFilter(context, filterDefinition);
} catch (IOException | InvalidDefinitionException bad) {
throw new IllegalArgumentException("Can't create socket manager "+bad.getMessage(), bad);
throw new IllegalArgumentException("Bad filter definition file: " + bad.getMessage(), bad);
}
}
......
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