scripts: log si_link after creating it

Or else we get a exception because it is nil.
This commit is contained in:
Wim Taymans 2023-11-29 11:00:08 +01:00
parent e0cb9a845f
commit e9fc965b32

View file

@ -131,10 +131,11 @@ function createLink (si_ep, si_target)
(is_filter and ep_props["node.name"] or ep_props["name"]),
target_props["node.name"])
Log.info(si_link, link_string)
-- create and configure link
local si_link = SessionItem ( "si-standard-link" )
Log.info(si_link, link_string)
if not si_link:configure {
["out.item"] = out_item,
["in.item"] = in_item,