diff --git a/lib/vagrant/util/subprocess.rb b/lib/vagrant/util/subprocess.rb index fe3b5cf01..79d939eee 100644 --- a/lib/vagrant/util/subprocess.rb +++ b/lib/vagrant/util/subprocess.rb @@ -191,7 +191,7 @@ module Vagrant @logger.debug("#{io_name}: #{extra_data.chomp}") # Yield to any listeners any remaining data - yield io_name, extra_data if block_given? + yield io_name, extra_data if block_given? && notify_table[io_name] end if RUBY_PLATFORM == "java"