# File lib/imagefactory/console.rb, line 179
  def agent_added(agent)
    @logger.debug "GOT AN AGENT:  #{agent} at #{Time.now.utc}"
    @q = agent if agent.product == "imagefactory"
  end