fix: match macro variables

This commit is contained in:
Stefan Strigler 2023-03-02 10:12:56 +01:00
parent 76f97010bb
commit 680a4362d1
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@
-define(BRIDGE_NOT_FOUND(Type, Name),
?NOT_FOUND(
<<"Bridge lookup failed: bridge named '", BridgeName/binary, "' of type ",
(atom_to_binary(BridgeType))/binary, " does not exist.">>
<<"Bridge lookup failed: bridge named '", Name/binary, "' of type ",
(atom_to_binary(Type))/binary, " does not exist.">>
)
).