Method: NewRelic::Agent::Commands::AgentCommandRouter#unrecognized_agent_command

Defined in:
lib/new_relic/agent/commands/agent_command_router.rb

#unrecognized_agent_command(agent_command) ⇒ Object



137
138
139
# File 'lib/new_relic/agent/commands/agent_command_router.rb', line 137

def unrecognized_agent_command(agent_command)
  NewRelic::Agent.logger.debug("Unrecognized agent command #{agent_command.inspect}")
end