Skip to content

Commit ebbf016

Browse files
committed
More specific peer error messages
1 parent 858b8d3 commit ebbf016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convex-peer/src/main/java/convex/peer/Server.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private Peer establishPeer() throws ConfigException, LaunchException, Interrupte
212212
return Peer.createGenesisPeer(keyPair,genesisState);
213213

214214
} catch (IOException e) {
215-
throw new LaunchException("IO Exception while establishing peer",e);
215+
throw new LaunchException("IO Exception while establishing peer: "+e,e);
216216
}
217217
}
218218

0 commit comments

Comments
 (0)