summaryrefslogtreecommitdiff
path: root/pressure_logic
diff options
context:
space:
mode:
Diffstat (limited to 'pressure_logic')
-rw-r--r--pressure_logic/abms.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/pressure_logic/abms.lua b/pressure_logic/abms.lua
index b69fa60..50951b0 100644
--- a/pressure_logic/abms.lua
+++ b/pressure_logic/abms.lua
@@ -339,7 +339,9 @@ flowlogic.run_transition = function(node, currentpressure)
end
if not found then
- pipeworks.logger("flowlogic.run_transition() BUG no transition definitions found! nodename="..nodename.." currentpressure="..tostring(currentpressure))
+ pipeworks.logger("flowlogic.run_transition() BUG no transition " ..
+ "definitions found! node.name=" .. node.name ..
+ " currentpressure=" .. tostring(currentpressure))
end
return result