Skip to content

Commit

Permalink
Fix template error for elixir-enabled applications.
Browse files Browse the repository at this point in the history
slezakattack committed Jul 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 101cce0 commit 090a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_logger.erl
Original file line number Diff line number Diff line change
@@ -370,7 +370,7 @@ console_template() ->
andalso
'Elixir.System':version() >= <<"1.15">> of
true ->
[date, " ", time, " [", level, "] ", message, "\n"];
[date, " ", time, " [", level, "] ", msg, "\n"];
false ->
[time, " [", level, "] " | msg()]
end.

0 comments on commit 090a8e3

Please sign in to comment.