lib/testlab/interface.rb in testlab-0.7.6 vs lib/testlab/interface.rb in testlab-0.8.0

- old
+ new

@@ -20,9 +20,11 @@ def initialize(*args) @ui = TestLab.ui super(*args) + + @ui.logger.info { "Interface '#{self.id}' Loaded" } end def ip TestLab::Utility.ip(self.address) end