diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 16:17:35 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 16:17:35 +0100 |
commit | f3cd1b61d771824ed9f42b32caa95ae08538bb64 (patch) | |
tree | 82e88320eabd84a4fb3af4455cc53b196a5eb08c /init.lua | |
parent | d9b616c5f05b1c512988fd5eef5f91aba5bf12cf (diff) |
new flow logic: flowable_node_registry_install.lua: add registration tracing
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |