From 342fba81822b7397fa52a9c8cb5892ee467d6866 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 8 Feb 2014 15:14:44 -0800 Subject: [PATCH] core: Ui::Prefixed values instance-level opts --- lib/vagrant/ui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant/ui.rb b/lib/vagrant/ui.rb index e435d20d5..fae34935f 100644 --- a/lib/vagrant/ui.rb +++ b/lib/vagrant/ui.rb @@ -263,6 +263,8 @@ module Vagrant end def format_message(type, message, **opts) + opts = self.opts.merge(opts) + prefix = "" if !opts.has_key?(:prefix) || opts[:prefix] prefix = OUTPUT_PREFIX