mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Don't warn if custom schema is not available
This commit is contained in:
parent
649d3b753b
commit
589bc73838
@ -111,6 +111,9 @@ schema(Path, Module, Name, TabDef) ->
|
||||
_ ->
|
||||
TabDef
|
||||
end;
|
||||
{error, enoent} ->
|
||||
?DEBUG("No custom ~s schema path", [Module]),
|
||||
TabDef;
|
||||
{error, Error} ->
|
||||
?ERROR_MSG("Can not use custom ~s schema for table ~s: ~p",
|
||||
[Module, Name, Error]),
|
||||
|
Loading…
Reference in New Issue
Block a user