chore: refine build script output

This commit is contained in:
zmstone 2024-07-31 08:22:11 +02:00
parent 1270e6a64d
commit 7a2d9c6d25
1 changed files with 1 additions and 1 deletions

View File

@ -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"},