lib/hammer_cli/abstract.rb in hammer_cli-0.14.0 vs lib/hammer_cli/abstract.rb in hammer_cli-0.15.0

- old
+ new

@@ -163,11 +163,11 @@ def print_collection(definition, collection) output.print_collection(definition, collection) end - def print_message(msg, msg_params={}) - output.print_message(msg, msg_params) + def print_message(msg, msg_params = {}, options = {}) + output.print_message(msg, msg_params, options) end def self.logger(name=self) logger = Logging.logger[name] logger.extend(HammerCLI::Logger::Watch) if not logger.respond_to? :watch