From a3e0cbbdd8a3ec4bbfa17e5147c59978021fc0b5 Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Mon, 24 Jun 2019 20:32:34 +0300 Subject: Make logging messages more consistent --- src/mod_ping.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_ping.erl') diff --git a/src/mod_ping.erl b/src/mod_ping.erl index a41bd8d1e..9c4940c6e 100644 --- a/src/mod_ping.erl +++ b/src/mod_ping.erl @@ -125,7 +125,7 @@ handle_cast({stop_ping, JID}, State) -> Timers = del_timer(JID, State#state.timers), {noreply, State#state{timers = Timers}}; handle_cast(Msg, State) -> - ?WARNING_MSG("unexpected cast: ~p", [Msg]), + ?WARNING_MSG("Unexpected cast: ~p", [Msg]), {noreply, State}. handle_info({iq_reply, #iq{type = error}, JID}, State) -> -- cgit v1.2.3