All spaced out

This commit is contained in:
Ben Hood 2009-01-08 14:39:15 +00:00
parent ffb740776b
commit 9bf236a2ee
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ handle_info( {'EXIT', Pid, {amqp, Reason, Msg, Context}}, State) ->
{HardError, Code, Text} = rabbit_framing:lookup_amqp_exception(Reason),
case HardError of
false ->
io:format("Just trapping this exit and proceding to trap an"
io:format("Just trapping this exit and proceding to trap an "
"exit from the client channel process~n"),
{noreply, State};
true ->