lib/rundock/node.rb in rundock-1.1.5 vs lib/rundock/node.rb in rundock-1.1.6

- old
+ new

@@ -27,9 +27,10 @@ node_attributes = [] @operations.each do |ope| Logger.debug("run operation: #{ope.class}") node_attributes << ope.attributes + ope.attributes[:nodename] = @name ope.run(@backend, ope.attributes) end log_buffer = Logger.formatter.flush unless Logger.formatter.buffer.empty?