missing bracket closure fails rake tests

This commit is contained in:
Mike Fiedler 2012-01-07 22:23:03 -05:00 committed by Mitchell Hashimoto
parent 87b1a6660d
commit e05bfb7efc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if ENV["VAGRANT_LOG"] && ENV["VAGRANT_LOG"] != ""
# This means that the logging constant wasn't found,
# which is fine. We just keep `level` as `nil`. But
# we tell the user.
$stderr.puts "Invalid VAGRANT_LOG level is set: #{ENV["VAGRANT_LOG"}"
$stderr.puts "Invalid VAGRANT_LOG level is set: #{ENV["VAGRANT_LOG"]}"
end
# Set the logging level on all "vagrant" namespaced