s-create-item: add some debug logging

This commit is contained in:
George Kiagiadakis
2023-11-07 12:11:43 +02:00
parent 5e48a2afc1
commit d45c5eb623

View File

@@ -97,6 +97,8 @@ AsyncEventHook {
item_type = "si-node"
end
log:info (node, "creating item for node -> " .. item_type)
-- create item
item = SessionItem (item_type)
items [id] = item