fix: match macro variables
This commit is contained in:
parent
76f97010bb
commit
680a4362d1
|
@ -50,8 +50,8 @@
|
||||||
|
|
||||||
-define(BRIDGE_NOT_FOUND(Type, Name),
|
-define(BRIDGE_NOT_FOUND(Type, Name),
|
||||||
?NOT_FOUND(
|
?NOT_FOUND(
|
||||||
<<"Bridge lookup failed: bridge named '", BridgeName/binary, "' of type ",
|
<<"Bridge lookup failed: bridge named '", Name/binary, "' of type ",
|
||||||
(atom_to_binary(BridgeType))/binary, " does not exist.">>
|
(atom_to_binary(Type))/binary, " does not exist.">>
|
||||||
)
|
)
|
||||||
).
|
).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue