From 070a028f7c98027ff99e9e381becb41b523d3330 Mon Sep 17 00:00:00 2001 From: Ian Ehlert Date: Thu, 13 Jun 2013 11:47:02 -0500 Subject: [PATCH] output stats results when using pumactl --- lib/puma/control_cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/puma/control_cli.rb b/lib/puma/control_cli.rb index a8a77062..82760be2 100644 --- a/lib/puma/control_cli.rb +++ b/lib/puma/control_cli.rb @@ -157,6 +157,7 @@ module Puma end message "Command #{@options[:command]} sent success" + message response.last if @options[:command] == "stats" end @server.close