lib/testlab/node.rb in testlab-1.3.1 vs lib/testlab/node.rb in testlab-1.3.2

- old
+ new

@@ -42,10 +42,12 @@ attribute :provisioners, :default => Array.new attribute :config, :default => Hash.new def initialize(*args) - @ui = TestLab.ui + @ui = TestLab.ui + + @ui.logger.info { "Loading Node '#{self.id}'" } super(*args) @provider = self.provider.new(self.config, @ui)