Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Slightly nicer error message when node start fails due to duplicate name | Magnus Henoch | |
When starting up an Erlang node using a node name that is already in use, the new node used to crash with output starting with this message: {error_logger,{{2013,1,25},{16,0,42}},"Protocol: ~p: register error: ~p~n",["inet_tcp",{{badmatch,{error,duplicate_name}},[{inet_tcp_dist,listen,1,[..... With this change, the first line in the output changes to: {error_logger,{{2013,1,25},{16,40,41}},"Protocol: ~tp: the name foo@localhost seems to be in use by another Erlang node",["inet_tcp"]} | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |