mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Fix template error for elixir-enabled applications.
This commit is contained in:
parent
101cce0c1e
commit
090a8e3c95
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ console_template() ->
|
||||||
andalso
|
andalso
|
||||||
'Elixir.System':version() >= <<"1.15">> of
|
'Elixir.System':version() >= <<"1.15">> of
|
||||||
true ->
|
true ->
|
||||||
[date, " ", time, " [", level, "] ", message, "\n"];
|
[date, " ", time, " [", level, "] ", msg, "\n"];
|
||||||
false ->
|
false ->
|
||||||
[time, " [", level, "] " | msg()]
|
[time, " [", level, "] " | msg()]
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue