Skip to content

Commit

Permalink
VIP - missing inspect to convert data to string format
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Jul 3, 2024
1 parent 9f1ac87 commit 20ad53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mnesia_repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ defmodule MishkaInstaller.MnesiaRepo do
{:ok, %State{tables: :mnesia.system_info(:local_tables), schemas: schemas()}}
else
Logger.critical(
"Identifier: #{inspect(@identifier)} ::: Node name mismatch: I'm #{inspect(my_node)}, the database is owned by #{db_nodes}"
"Identifier: #{inspect(@identifier)} ::: Node name mismatch: I'm #{inspect(my_node)}, the database is owned by #{inspect(db_nodes)}"
)

{:stop, :node_name_mismatch}
Expand Down

0 comments on commit 20ad53e

Please sign in to comment.