Skip to content

Commit

Permalink
Log registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Oct 18, 2024
1 parent 72e599a commit dc50c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/membrane/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ defmodule Membrane.Pipeline do
name =
case Keyword.fetch(process_options, :name) do
{:ok, name} when is_atom(name) -> Atom.to_string(name)
{:ok, {:via, Registry, {_registry, name}}} -> name
_other -> nil
end
|> case do
Expand Down

0 comments on commit dc50c1f

Please sign in to comment.