mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Handle info log level when using MySQL (#2541)
This commit is contained in:
parent
652858c7fe
commit
a4222fe9b3
@ -965,6 +965,7 @@ get_db_version(State) ->
|
||||
log(Level, Format, Args) ->
|
||||
case Level of
|
||||
debug -> ?DEBUG(Format, Args);
|
||||
info -> ?INFO_MSG(Format, Args);
|
||||
normal -> ?INFO_MSG(Format, Args);
|
||||
error -> ?ERROR_MSG(Format, Args)
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user