summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-01 16:17:35 +0100
committerthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-01 16:17:35 +0100
commitf3cd1b61d771824ed9f42b32caa95ae08538bb64 (patch)
tree82e88320eabd84a4fb3af4455cc53b196a5eb08c /init.lua
parentd9b616c5f05b1c512988fd5eef5f91aba5bf12cf (diff)
downloadpipeworks-f3cd1b61d771824ed9f42b32caa95ae08538bb64.tar
pipeworks-f3cd1b61d771824ed9f42b32caa95ae08538bb64.tar.gz
pipeworks-f3cd1b61d771824ed9f42b32caa95ae08538bb64.tar.bz2
pipeworks-f3cd1b61d771824ed9f42b32caa95ae08538bb64.tar.xz
pipeworks-f3cd1b61d771824ed9f42b32caa95ae08538bb64.zip
new flow logic: flowable_node_registry_install.lua: add registration tracing
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index e91c4dc..e8a8d2f 100644
--- a/init.lua
+++ b/init.lua
@@ -94,6 +94,10 @@ function pipeworks.replace_name(tbl,tr,name)
return ntbl
end
+pipeworks.logger = function(msg)
+ print("[pipeworks] "..msg)
+end
+
-------------------------------------------
-- Load the various other parts of the mod