Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Apr 26, 2023
1 parent 3bc219a commit b396f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/self_repair/repair_worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Archethic.SelfRepair.RepairWorker do
Registry.register(RepairRegistry, first_address, [])

Logger.info(
"Notifier Repair Worker start with storage_address #{Enum.map_join(storage_addresses, ", ", &Base.encode16(&1))}, " <>
"Notifier Repair Worker start with storage_addresses #{Enum.map_join(storage_addresses, ", ", &Base.encode16(&1))}, " <>
"io_addresses #{inspect(Enum.map(io_addresses, &Base.encode16(&1)))}",
address: Base.encode16(first_address)
)
Expand Down

0 comments on commit b396f1c

Please sign in to comment.