Error message readability bug23482
authorEmile Joubert <emile@rabbitmq.com>
Tue Dec 07 13:09:15 2010 +0000 (17 months ago)
branchbug23482
changeset 5628ffd9ad49f7f6
parent 5627 707aa0c3cafa
child 5634 83a6334f5dab
Error message readability
src/rabbit_prelaunch.erl
     1.1 --- a/src/rabbit_prelaunch.erl	Tue Dec 07 12:57:36 2010 +0000
     1.2 +++ b/src/rabbit_prelaunch.erl	Tue Dec 07 13:09:15 2010 +0000
     1.3 @@ -273,7 +273,7 @@
     1.4                       false -> ok
     1.5              end;
     1.6          {error, address}    -> ok;
     1.7 -        {error, EpmdReason} -> terminate("unexpected epmd error:~p~n",
     1.8 +        {error, EpmdReason} -> terminate("unexpected epmd error: ~p~n",
     1.9                                           [EpmdReason])
    1.10      end.
    1.11