Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 797bc4f

Browse files
Drive by cosmetic changes
1 parent 036d78f commit 797bc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_ws_handler.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ websocket_info(emit_stats, State) ->
196196
{ok, emit_stats(State)};
197197

198198
websocket_info(Msg, State) ->
199-
rabbit_log_connection:info("WEB-STOMP: unexpected message ~p~n",
199+
rabbit_log_connection:info("Web STOMP: unexpected message ~p~n",
200200
[Msg]),
201201
{ok, State}.
202202

0 commit comments

Comments
 (0)