mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Streaming: Improve error message on unsupported sig type
Fallback to Ed25519 on error
This commit is contained in:
@@ -328,7 +328,7 @@ public class I2PSocketManagerFull implements I2PSocketManager {
|
||||
return rv;
|
||||
if (rv != null)
|
||||
st = rv.toString();
|
||||
_log.logAlways(Log.WARN, "Unsupported sig type " + st +
|
||||
_log.logAlways(Log.WARN, "Tunnel configuration error: Unsupported sig type " + st +
|
||||
", reverting to " + I2PClient.DEFAULT_SIGTYPE);
|
||||
// TODO throw instead?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user