Skip to content

Commit

Permalink
extra debug logging in hm respondent
Browse files Browse the repository at this point in the history
Change-Id: Ie78822fd50b0da4243fe0d128f6cd2cb22ba5d30
  • Loading branch information
pbozeman committed Oct 2, 2012
1 parent 50996f9 commit a58e9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cloud_controller/health_manager_respondent.rb
Expand Up @@ -32,6 +32,7 @@ def initialize(config)

# @param [Hash] payload the decoded request message
def process_hm_request(payload)
logger.debug("hm request: #{payload.inspect}")
case payload[:op]
when "START"
process_hm_start(payload)
Expand Down

0 comments on commit a58e9b4

Please sign in to comment.