chore: refine build script output
This commit is contained in:
parent
1270e6a64d
commit
7a2d9c6d25
|
@ -20,7 +20,7 @@ Backends = case Profile of
|
|||
[emqx_ds_builtin_local, emqx_ds_builtin_raft, emqx_fdb_ds]
|
||||
end,
|
||||
|
||||
io:format(user, "DS backends available for this release (~p): ~p~n", [Profile, Backends]),
|
||||
io:format(user, "DS backends available for this release (~0p): ~0p~n", [Profile, Backends]),
|
||||
|
||||
{application, emqx_ds_backends, [
|
||||
{description, "A placeholder application that depends on all available DS backends"},
|
||||
|
|
Loading…
Reference in New Issue