lib/falcon/command/virtual.rb in falcon-0.38.0 vs lib/falcon/command/virtual.rb in falcon-0.38.1

- old
+ new

@@ -69,10 +69,10 @@ @options[:timeout] end # Prepare the environment and run the controller. def call - Async.logger.info(self) do |buffer| + Console.logger.info(self) do |buffer| buffer.puts "Falcon Virtual v#{VERSION} taking flight!" buffer.puts "- To terminate: Ctrl-C or kill #{Process.pid}" buffer.puts "- To reload all sites: kill -HUP #{Process.pid}" end