Skip to content

Commit

Permalink
another formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
chooper committed Jun 21, 2014
1 parent e1b186e commit 5195e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elbping/display.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.response(status)
exc_display = exc ? "exception=#{exc}" : ''
ssl_display = (sslSubject and sslExpires) ? "ssl cn=#{sslSubject} expires=#{sslExpires}" : ''

self.out "Response from: #{node.rjust(15)}: code=#{code.to_s} time=#{duration} ms #{ssl_display} #{exc_display}"
self.out "Response from: #{node.rjust(15)}: code=#{code.to_s} time=#{duration}ms #{ssl_display} #{exc_display}"
end

# Display summary of requests, responses, and latencies (for aggregate and per-node)
Expand Down

0 comments on commit 5195e45

Please sign in to comment.