Skip to content

Commit

Permalink
fix(ctl): fix actor file error log
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Sep 27, 2023
1 parent 1e9076a commit 8da2472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host_core/lib/host_core/actors/actor_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ defmodule HostCore.Actors.ActorSupervisor do
Tracer.add_event("file read failed", reason: "#{inspect(err)}")

Logger.error(
"Failed to read actor file from ${fileref}: #{inspect(err)}",
"Failed to read actor file from #{fileref}: #{inspect(err)}",
fileref: fileref
)

Expand Down
2 changes: 1 addition & 1 deletion host_core/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule HostCore.MixProject do
use Mix.Project

@app_vsn "0.63.1"
@app_vsn "0.63.2"

def project do
[
Expand Down

0 comments on commit 8da2472

Please sign in to comment.