mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix template error for elixir-enabled applications.
This commit is contained in:
parent
101cce0c1e
commit
090a8e3c95
@ -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…
Reference in New Issue
Block a user