# File lib/ohai/application.rb, line 116
    def exit!(msg, err = -1)
      Chef::Log.debug(msg)
      Process.exit err
    end